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 String
getName()
Returns a very brief description of this PlugIn e.g.void
initialize(PlugInContext context)
Called when Workbench starts up to allow plugins to initialize themselves.protected void
initializeToolbox(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:PlugIn
Called when Workbench starts up to allow plugins to initialize themselves.- Specified by:
initialize
in interfacePlugIn
- Overrides:
initialize
in classAbstractPlugIn
- Throws:
Exception
-
getName
public 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 interfacePlugIn
- Overrides:
getName
in 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:
initializeToolbox
in classToolboxPlugIn
-
-