public class SaveAsAction extends SaveActionBase
Modifier and Type | Field and Description |
---|---|
private static SaveAsAction |
instance |
sc
Constructor and Description |
---|
SaveAsAction()
Construct the action with "Save" as label.
|
Modifier and Type | Method and Description |
---|---|
protected java.io.File |
getFile(Layer layer) |
static SaveAsAction |
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 SaveAsAction instance
public SaveAsAction()
public static SaveAsAction getInstance()
protected java.io.File getFile(Layer layer)
getFile
in class SaveActionBase