Class InstallRendererPlugIn
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.plugin.AbstractPlugIn
-
- org.locationtech.jts.jump.workbench.ui.plugin.InstallRendererPlugIn
-
- All Implemented Interfaces:
PlugIn
- Direct Known Subclasses:
InstallGridPlugIn,InstallScaleBarPlugIn
public abstract class InstallRendererPlugIn extends AbstractPlugIn
-
-
Constructor Summary
Constructors Constructor Description InstallRendererPlugIn(Object contentID, boolean aboveLayerables)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract 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
-
-
-
-
Constructor Detail
-
InstallRendererPlugIn
public InstallRendererPlugIn(Object contentID, boolean aboveLayerables)
-
-
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
-
createFactory
protected abstract Renderer.Factory createFactory(TaskFrame frame)
-
-