edu.ucsb.nceas.morpho.plugins
Interface PluginInterface
- All Known Implementing Classes:
- DataPackagePlugin, DataPackageWizardPlugin, EditorPlugin, MetaDisplayPlugin, PrinterPlugin, QueryPlugin, XSLTResolverPlugin
- public interface PluginInterface
All component plugins that are to be included in Morpho
must implement this interface so that the services of Morpho
such as menu and toolbar actions, and session control, are available to
the plugin component.
Method Summary |
void |
initialize(Morpho morpho)
This method is called after the Plugin has been created in order
to allow the plugin a chance to initialize variables, create menus
and toolbars, and store a reference to the framework. |
initialize
public void initialize(Morpho morpho)
- This method is called after the Plugin has been created in order
to allow the plugin a chance to initialize variables, create menus
and toolbars, and store a reference to the framework. The plugin
must store a reference to Morpho in order to be able
to call the services available through the framework.
Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.