Class ThreadedBasePlugIn
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.plugin.AbstractPlugIn
-
- org.locationtech.jts.jump.workbench.plugin.ThreadedBasePlugIn
-
- All Implemented Interfaces:
PlugIn
,ThreadedPlugIn
- Direct Known Subclasses:
LoadDatasetPlugIn
,LoadDatasetPlugIn
,MainButtonPlugIn
,OpenProjectPlugIn
,ProgressReportingPlugIn
,SaveDatasetAsPlugIn
,SaveDatasetAsPlugIn
public abstract class ThreadedBasePlugIn extends AbstractPlugIn implements ThreadedPlugIn
Convenience superclass for classes that want to extend BasePlugIn and implement ThreadedPlugIn.
-
-
Constructor Summary
Constructors Constructor Description ThreadedBasePlugIn()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
-
Methods inherited from class org.locationtech.jts.jump.workbench.plugin.AbstractPlugIn
createName, execute, execute, execute, getName, initialize, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.locationtech.jts.jump.workbench.plugin.PlugIn
execute, getName, initialize
-
Methods inherited from interface org.locationtech.jts.jump.workbench.plugin.ThreadedPlugIn
run
-
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
-