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 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, getName, 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
-
initializeToolbox
protected void initializeToolbox(ToolboxDialog toolbox)
- Specified by:
initializeToolboxin classToolboxPlugIn
-
-