public abstract class WizardAction
extends javax.swing.AbstractAction
| Modifier and Type | Class and Description |
|---|---|
static class |
WizardAction.Cancel |
static class |
WizardAction.Finish |
static class |
WizardAction.Next |
static class |
WizardAction.Previous |
| Modifier and Type | Field and Description |
|---|---|
protected WizardModel |
myModel |
| Constructor and Description |
|---|
WizardAction(java.lang.String name,
WizardModel model) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setMnemonic(char value) |
void |
setName(java.lang.String name) |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledprotected WizardModel myModel
public WizardAction(java.lang.String name,
WizardModel model)