edu.ucsb.nceas.morpho.framework
Class ToolPlugin

java.lang.Object
  |
  +--edu.ucsb.nceas.morpho.framework.ToolPlugin
All Implemented Interfaces:
PluginInterface, ServiceProvider

public class ToolPlugin
extends java.lang.Object
implements PluginInterface, ServiceProvider

Class that implements the plugin for package editing


Constructor Summary
ToolPlugin()
          Construct the plugin.
 
Method Summary
 void initialize(ClientFramework cf)
          The plugin must store a reference to the ClientFramework in order to be able to call the services available through the framework.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolPlugin

public ToolPlugin()
Construct the plugin. Initialize our menus and toolbars.
Method Detail

initialize

public void initialize(ClientFramework cf)
The plugin must store a reference to the ClientFramework in order to be able to call the services available through the framework. This is also the time to register menus and toolbars with the framework.
Specified by:
initialize in interface PluginInterface


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.