org.jfree.ui.action
Class AbstractActionDowngrade
AbstractAction
org.jfree.ui.action.AbstractActionDowngrade
- Action, ActionDowngrade
A class that allows Action features introduced in JDK 1.3 to be used with JDK 1.2.2, by
defining the two new constants introduced by Sun in JDK 1.3.
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.
|
ACCELERATOR_KEY
public static final String ACCELERATOR_KEY
The key used for storing a KeyStroke
to be used as the
accelerator for the action.
MNEMONIC_KEY
public static final String MNEMONIC_KEY
The key used for storing an int key code to be used as the mnemonic
for the action.