protected class FileScriptingPanel.SaveAction extends FileScriptingPanel.BasicAction
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
m_ShowDialog
whether to bring up the save dialog all the time.
|
| Constructor and Description |
|---|
SaveAction(java.lang.String name,
boolean showDialog)
Initializes the action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Fired when action got executed.
|
protected boolean m_ShowDialog