edu.ucsb.nceas.morpho.framework
Interface PluginInterface

All Known Implementing Classes:
QueryPlugin, ToolPlugin, edit_plugin, EditorPlugin, DataPackagePlugin

public interface PluginInterface

All component plugins that are to be included in the ClientFramework must implement this interface so that the services of the ClientFramework such as menu and toolbar actions, and session control, are available to the plugin component.


Method Summary
 void initialize(ClientFramework cf)
          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.
 

Method Detail

initialize

public void initialize(ClientFramework cf)
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 the ClientFramework 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.