| org.jfree.ui.action.ActionDowngrade
All known Subclasses: org.jfree.ui.action.AbstractActionDowngrade,
ActionDowngrade | public interface ActionDowngrade extends Action(Code) | | Defines the 2 new constants introduced by Sun in version 1.3 of the J2SDK.
author: Thomas Morgner |
Field Summary | |
final public static String | ACCELERATOR_KEY The key used for storing a KeyStroke to be used as the
accelerator for the action. | final public static String | MNEMONIC_KEY The key used for storing an int key code to be used as the mnemonic
for the action. |
ACCELERATOR_KEY | final public static String ACCELERATOR_KEY(Code) | | The key used for storing a KeyStroke to be used as the
accelerator for the action.
|
MNEMONIC_KEY | final public static String MNEMONIC_KEY(Code) | | The key used for storing an int key code to be used as the mnemonic
for the action.
|
|
|