| |
|
| java.lang.Object org.jdesktop.j3dfly.plugins.J3dFlyPlugin org.jdesktop.j3dfly.plugins.WonderlandPlugin
WonderlandPlugin | public class WonderlandPlugin extends J3dFlyPlugin (Code) | | Tools for Wonderland work
1) Replace all the ImageComponent2Ds in a graph with ImageComponent2DURL, export
the existing images to a file and record the URL.
author: Paul Byrne |
Inner Class :public static class WonderlandPluginPreference extends PluginPreference | |
Inner Class :class ImagePanel extends JPanel | |
WonderlandPlugin | public WonderlandPlugin()(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.
|
uninstallPlugin | public void uninstallPlugin()(Code) | | Uninstall this plugin
|
|
|
|