Class InstallGridPlugIn
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.plugin.AbstractPlugIn
-
- org.locationtech.jts.jump.workbench.ui.plugin.InstallRendererPlugIn
-
- org.locationtech.jts.jump.workbench.ui.snap.InstallGridPlugIn
-
- All Implemented Interfaces:
PlugIn
public class InstallGridPlugIn extends InstallRendererPlugIn
-
-
Constructor Summary
Constructors Constructor Description InstallGridPlugIn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Renderer.Factory
createFactory(TaskFrame frame)
void
initialize(PlugInContext context)
Called when Workbench starts up to allow plugins to initialize themselves.-
Methods inherited from class org.locationtech.jts.jump.workbench.plugin.AbstractPlugIn
createName, execute, execute, execute, getName, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toString
-
-
-
-
Method Detail
-
createFactory
protected Renderer.Factory createFactory(TaskFrame frame)
- Specified by:
createFactory
in classInstallRendererPlugIn
-
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 classInstallRendererPlugIn
- Throws:
Exception
-
-