public interface ActionDowngrade extends Action
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.
|
ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
actionPerformed
static final String ACCELERATOR_KEY
KeyStroke
to be used as the
accelerator for the action.static final String MNEMONIC_KEY
Copyright © 2001–2018 JFree.org. All rights reserved.