| |
|
| java.lang.Object org.jdesktop.j3dfly.plugins.J3dFlyPlugin org.jdesktop.j3dfly.plugins.StereoControlPlugin
StereoControlPlugin | public class StereoControlPlugin extends J3dFlyPlugin (Code) | | Controls for 3D Stereo
author: Paul Byrne version: $Revision: 1.1 $ |
Inner Class :public static class StereoControlPluginPreference extends PluginPreference | |
StereoControlPlugin | public StereoControlPlugin()(Code) | | Creates new form PluginTemplate
|
getControlPanel | public javax.swing.JPanel getControlPanel()(Code) | | Returns the control panel for this plugin, or null if there
is no control panel
|
getPluginPreferenceClass | public Class getPluginPreferenceClass()(Code) | | Returns the class of the plugin preference.
Plugins that require more preference information should provide a
subclass of PluginPrefernece that contains all the extra preference
data. This class must be Serializable.
|
getPluginTitle | public String getPluginTitle()(Code) | | Get the title of the plugin
|
uninstallPlugin | public void uninstallPlugin()(Code) | | Uninstall this plugin
|
|
|
|