protected class DialogWrapper.DialogWrapperExitAction extends DialogWrapper.DialogWrapperAction
| Modifier and Type | Field and Description |
|---|---|
protected int |
myExitCode
The exit code for the action
|
| Constructor and Description |
|---|
DialogWrapperExitAction(java.lang.String name,
int exitCode)
The constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doAction(java.awt.event.ActionEvent e)
Do actual work for the action.
|
actionPerformedaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledpublic DialogWrapperExitAction(java.lang.String name,
int exitCode)
name - the action nameexitCode - the exit code for dialogprotected void doAction(java.awt.event.ActionEvent e)
DialogWrapper.DialogWrapperActionDialogWrapper.myPerformAction),
and dialog is active (checked using DialogWrapper.myClosed)doAction in class DialogWrapper.DialogWrapperActione - action