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.
|
actionPerformed
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public DialogWrapperExitAction(java.lang.String name, int exitCode)
name
- the action nameexitCode
- the exit code for dialogprotected void doAction(java.awt.event.ActionEvent e)
DialogWrapper.DialogWrapperAction
DialogWrapper.myPerformAction
),
and dialog is active (checked using DialogWrapper.myClosed
)doAction
in class DialogWrapper.DialogWrapperAction
e
- action