java.awt.event.ActionListener
, java.io.Serializable
, java.lang.Cloneable
, java.util.EventListener
, javax.swing.Action
, ActionDowngrade
AbstractFileSelectionAction
public abstract class AbstractActionDowngrade extends javax.swing.AbstractAction implements ActionDowngrade
Modifier and Type | Field | 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 | Description |
---|---|---|
protected |
AbstractActionDowngrade() |
Creates a new action with a default (transparent) icon.
|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public 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
protected AbstractActionDowngrade()