| |
|
| java.lang.Object org.jdesktop.j3dfly.plugins.J3dFlyPlugin org.jdesktop.j3dfly.plugins.VPBehaviorPlugin org.jdesktop.j3dfly.plugins.VPKeyNavigatorBehaviorPlugin
VPKeyNavigatorBehaviorPlugin | public class VPKeyNavigatorBehaviorPlugin extends VPBehaviorPlugin (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 VPKeyNavigatorBehaviorPluginPreference extends PluginPreference | |
VPKeyNavigatorBehaviorPlugin | public VPKeyNavigatorBehaviorPlugin()(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.
|
getTooltipText | public String getTooltipText()(Code) | | Return the tooltip string for the Menu and Toolbar
|
setActive | public void setActive(boolean active)(Code) | | Called to set this behavior to be active or inactive.
Only one VP Behavior can be active at a given time. This is managed
by J3dFlyController
|
uninstallPlugin | public void uninstallPlugin()(Code) | | Uninstall this plugin
|
|
|
|