Package org.jfree.ui.action
Interface ActionDowngrade
-
- All Superinterfaces:
javax.swing.Action
,java.awt.event.ActionListener
,java.util.EventListener
- All Known Implementing Classes:
AbstractActionDowngrade
,AbstractFileSelectionAction
public interface ActionDowngrade extends javax.swing.Action
Defines the 2 new constants introduced by Sun in version 1.3 of the J2SDK.- Author:
- Thomas Morgner
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ACCELERATOR_KEY
The key used for storing aKeyStroke
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.
-
-
-
Field Detail
-
ACCELERATOR_KEY
static final java.lang.String ACCELERATOR_KEY
The key used for storing aKeyStroke
to be used as the accelerator for the action.- See Also:
- Constant Field Values
-
MNEMONIC_KEY
static final java.lang.String MNEMONIC_KEY
The key used for storing an int key code to be used as the mnemonic for the action.- See Also:
- Constant Field Values
-
-