public abstract class AbstractActionDowngrade extends javax.swing.AbstractAction implements ActionDowngrade
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACCELERATOR_KEY
The key used for storing a
KeyStroke to be used as the
accelerator for the action. |
static java.lang.String |
MNEMONIC_KEY
The key used for storing an int key code to be used as the mnemonic
for the action.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractActionDowngrade()
Creates a new action with a default (transparent) icon.
|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String ACCELERATOR_KEY
KeyStroke to be used as the
accelerator for the action.public static final java.lang.String MNEMONIC_KEY