Class WarpingPlugIn
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.plugin.AbstractPlugIn
-
- org.locationtech.jts.jump.workbench.ui.toolbox.ToolboxPlugIn
-
- org.locationtech.jts.jump.workbench.ui.warp.WarpingPlugIn
-
- All Implemented Interfaces:
PlugIn
public class WarpingPlugIn extends ToolboxPlugIn
-
-
Constructor Summary
Constructors Constructor Description WarpingPlugIn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, getName, 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
-
initializeToolbox
protected void initializeToolbox(ToolboxDialog toolbox)
- Specified by:
initializeToolbox
in classToolboxPlugIn
-
-