public abstract class AbstractActionDowngrade extends AbstractAction implements ActionDowngrade
Modifier and Type | Field and Description |
---|---|
static String |
ACCELERATOR_KEY
The key used for storing a
KeyStroke to be used as the
accelerator for the action. |
static String |
MNEMONIC_KEY
The key used for storing an int key code to be used as the mnemonic
for the action.
|
changeSupport, enabled
ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
Modifier | Constructor and Description |
---|---|
protected |
AbstractActionDowngrade()
Creates a new action with a default (transparent) icon.
|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
actionPerformed
public static final String ACCELERATOR_KEY
KeyStroke
to be used as the
accelerator for the action.public static final String MNEMONIC_KEY
Copyright © 2001–2018 JFree.org. All rights reserved.