protected abstract class DialogWrapper.DialogWrapperAction
extends javax.swing.AbstractAction
| Modifier | Constructor and Description |
|---|---|
protected |
DialogWrapperAction(java.lang.String name)
The constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
protected abstract void |
doAction(java.awt.event.ActionEvent e)
Do actual work for the action.
|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledprotected DialogWrapperAction(java.lang.String name)
name - the action name (see Action.NAME)public void actionPerformed(java.awt.event.ActionEvent e)
protected abstract void doAction(java.awt.event.ActionEvent e)
DialogWrapper.myPerformAction),
and dialog is active (checked using DialogWrapper.myClosed)e - action