Class AbstractSaveProjectPlugIn
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.plugin.AbstractPlugIn
-
- org.locationtech.jts.jump.workbench.ui.plugin.AbstractSaveProjectPlugIn
-
- All Implemented Interfaces:
PlugIn
- Direct Known Subclasses:
SaveProjectAsPlugIn
,SaveProjectPlugIn
public abstract class AbstractSaveProjectPlugIn extends AbstractPlugIn
Subclass this to implement a 'Save Project' plugin.
-
-
Constructor Summary
Constructors Constructor Description AbstractSaveProjectPlugIn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
save(Task task, File file, WorkbenchFrame frame)
-
Methods inherited from class org.locationtech.jts.jump.workbench.plugin.AbstractPlugIn
createName, execute, execute, execute, getName, initialize, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toString
-
-
-
-
Method Detail
-
save
protected void save(Task task, File file, WorkbenchFrame frame) throws Exception
- Throws:
Exception
-
-