public final class SaveAction extends SaveActionBase
Modifier and Type | Field and Description |
---|---|
private static SaveAction |
instance |
sc
Modifier | Constructor and Description |
---|---|
private |
SaveAction()
Construct the action with "Save" as label.
|
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile(Layer layer) |
static SaveAction |
getInstance() |
actionPerformed, addToFileOpenHistory, confirmOverwrite, createAndOpenSaveFileChooser, createAndOpenSaveFileChooser, doSave, doSave, doSave, updateEnabledState
createAndOpenFileChooser, createAndOpenFileChooser, createAndOpenFileChooser, createAndOpenFileChooser, createAndOpenFileChooser
destroy, getCurrentDataSet, getEditLayer, getShortcut, initEnabledState, installAdapters, setTooltip, updateEnabledState
private static SaveAction instance
private SaveAction()
public static SaveAction getInstance()
public java.io.File getFile(Layer layer)
getFile
in class SaveActionBase