| |
|
| java.lang.Object org.jdesktop.j3dfly.plugins.J3dFlyPlugin org.jdesktop.j3dfly.plugins.ViewingPlatformWarpPlugin
ViewingPlatformWarpPlugin | public class ViewingPlatformWarpPlugin extends J3dFlyPlugin implements FlyEventListener(Code) | | Provides controls to 'Warp' the viewing platform between user defined
locations in the universe
author: Paul Byrne version: $Id: ViewingPlatformWarpPlugin.java,v 1.1 2005/04/20 21:04:49 paulby Exp $ |
Inner Class :public static class ViewingPlatformWarpPluginPreference extends PluginPreference | |
ViewingPlatformWarpPlugin | public ViewingPlatformWarpPlugin()(Code) | | Creates new form PluginTemplate
|
addWarpToMenu | void addWarpToMenu(WarpLocation warp)(Code) | | Add the warp to the plugins menu and register a listener for
the menu item
|
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
|
removeWarpFromMenu | void removeWarpFromMenu(WarpLocation warp)(Code) | | Remove a warp from the menu
|
uninstallPlugin | public void uninstallPlugin()(Code) | | Uninstall this plugin
|
updateWarpMenu | void updateWarpMenu(WarpLocation warp)(Code) | | Update the menu item for this warp. Called when the warps
name is changed
|
|
|
|