| |
|
| java.lang.Object org.jdesktop.j3dfly.plugins.J3dFlyPlugin org.jdesktop.j3dfly.plugins.PluginControlMenuPlugin
PluginControlMenuPlugin | public class PluginControlMenuPlugin extends J3dFlyPlugin (Code) | | This is a Template for a J3dFly Plugin.
To make it easy to generate comlex menu's for a plugin this code
'tricks' Netbeans into thinking this is a GUI component and hence
allows the Netbeans GUI editor to be used to edit the menu.
author: Paul Byrne version: $Revision: 1.1 $ |
Inner Class :public static class PluginControlMenuPluginPreference extends PluginPreference | |
PluginControlMenuPlugin | public PluginControlMenuPlugin()(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
|
|
|
|