Class PersistentBlackboardPlugIn
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.plugin.AbstractPlugIn
-
- org.locationtech.jts.jump.workbench.ui.plugin.PersistentBlackboardPlugIn
-
- All Implemented Interfaces:
PlugIn
public class PersistentBlackboardPlugIn extends AbstractPlugIn
-
-
Constructor Summary
Constructors Constructor Description PersistentBlackboardPlugIn()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Blackboard
get(WorkbenchContext context)
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
-
get
public static Blackboard get(WorkbenchContext context)
-
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
-
-