org.openjump.core.ui.plugin.customize
Class PythonToolsPlugIn

java.lang.Object
  extended by com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
      extended by com.vividsolutions.jump.workbench.ui.toolbox.ToolboxPlugIn
          extended by org.openjump.core.ui.plugin.customize.PythonToolsPlugIn
All Implemented Interfaces:
PlugIn

public class PythonToolsPlugIn
extends ToolboxPlugIn


Constructor Summary
PythonToolsPlugIn()
           
 
Method Summary
 MultiEnableCheck createEnableCheck(WorkbenchContext workbenchContext)
           
 java.lang.String getName()
          Returns a very brief description of this PlugIn e.g. for display as a menu item
 void initialize(PlugInContext context)
          Called when Workbench starts up to allow plugins to initialize themselves.
protected  void initializeToolbox(ToolboxDialog toolbox)
           
 
Methods inherited from class com.vividsolutions.jump.workbench.ui.toolbox.ToolboxPlugIn
createMainMenuItem, execute, getToolbox
 
Methods inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
createName, execute, execute, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PythonToolsPlugIn

public PythonToolsPlugIn()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: PlugIn
Returns a very brief description of this PlugIn e.g. for display as a menu item

Specified by:
getName in interface PlugIn
Overrides:
getName in class AbstractPlugIn
Returns:
the class name, minus "PlugIn", with spaces inserted at the appropriate point before each uppercase+lowercase and lowercase+uppercase combination.

initialize

public void initialize(PlugInContext context)
                throws java.lang.Exception
Description copied from interface: PlugIn
Called when Workbench starts up to allow plugins to initialize themselves.

Specified by:
initialize in interface PlugIn
Overrides:
initialize in class AbstractPlugIn
Throws:
java.lang.Exception

initializeToolbox

protected void initializeToolbox(ToolboxDialog toolbox)
Specified by:
initializeToolbox in class ToolboxPlugIn

createEnableCheck

public MultiEnableCheck createEnableCheck(WorkbenchContext workbenchContext)