public abstract class AbstractSaveProjectPlugIn extends AbstractPlugIn
shortcutKeys, shortcutModifiers
Constructor and Description |
---|
AbstractSaveProjectPlugIn() |
Modifier and Type | Method and Description |
---|---|
EnableCheck |
getEnableCheck() |
protected java.util.Collection |
ignoredLayers(Task task) |
void |
initialize(PlugInContext context)
Called when Workbench starts up to allow plugins to initialize themselves.
|
protected void |
save(Task task,
java.io.File file,
WorkbenchFrame frame) |
addParameter, createName, execute, execute, execute, fetchShortcutEnabledPlugins, getBooleanParam, getDoubleParam, getEnableCheck, getIcon, getIcon, getIntegerParam, getName, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, isRollingBackInvalidEdits, isShortcutEnabled, registerShortcuts, reportNothingToUndoYet, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toString
public void initialize(PlugInContext context) throws java.lang.Exception
PlugIn
initialize
in interface PlugIn
initialize
in class AbstractPlugIn
java.lang.Exception
protected void save(Task task, java.io.File file, WorkbenchFrame frame) throws java.lang.Exception
java.lang.Exception
protected java.util.Collection ignoredLayers(Task task)
public EnableCheck getEnableCheck()
getEnableCheck
in interface EnableChecked
getEnableCheck
in class AbstractPlugIn