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.FactorycreateFactory(TaskFrame frame)voidinitialize(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:
createFactoryin classInstallRendererPlugIn
-
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 classInstallRendererPlugIn- Throws:
Exception
-
-