Class BeanShellPlugIn
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.plugin.AbstractPlugIn
-
- org.locationtech.jts.jump.workbench.ui.toolbox.ToolboxPlugIn
-
- org.locationtech.jts.jump.workbench.ui.plugin.BeanShellPlugIn
-
- All Implemented Interfaces:
PlugIn
public class BeanShellPlugIn extends ToolboxPlugIn
-
-
Constructor Summary
Constructors Constructor Description BeanShellPlugIn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Returns a very brief description of this PlugIn e.g.voidinitialize(PlugInContext context)Called when Workbench starts up to allow plugins to initialize themselves.protected voidinitializeToolbox(ToolboxDialog toolbox)-
Methods inherited from class org.locationtech.jts.jump.workbench.ui.toolbox.ToolboxPlugIn
createMainMenuItem, execute, getToolbox
-
Methods inherited from class org.locationtech.jts.jump.workbench.plugin.AbstractPlugIn
createName, execute, execute, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toString
-
-
-
-
Method Detail
-
initialize
public void initialize(PlugInContext context) throws Exception
Description copied from interface:PlugInCalled when Workbench starts up to allow plugins to initialize themselves.- Specified by:
initializein interfacePlugIn- Overrides:
initializein classAbstractPlugIn- Throws:
Exception
-
getName
public String getName()
Description copied from interface:PlugInReturns a very brief description of this PlugIn e.g. for display as a menu item- Specified by:
getNamein interfacePlugIn- Overrides:
getNamein classAbstractPlugIn- Returns:
- the class name, minus "PlugIn", with spaces inserted at the appropraite point before each uppercase+lowercase and lowercase+uppercase combination.
-
initializeToolbox
protected void initializeToolbox(ToolboxDialog toolbox)
- Specified by:
initializeToolboxin classToolboxPlugIn
-
-