Interface ActionDowngrade
- All Superinterfaces:
Action, ActionListener, EventListener
- All Known Implementing Classes:
AbstractActionDowngrade, AbstractFileSelectionAction
Defines the 2 new constants introduced by Sun in version 1.3 of the J2SDK.
- Author:
- Thomas Morgner
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe key used for storing aKeyStroketo be used as the accelerator for the action.static final StringThe key used for storing an int key code to be used as the mnemonic for the action.Fields inherited from interface Action
ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Method Summary
Methods inherited from interface Action
accept, addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledMethods inherited from interface ActionListener
actionPerformed
-
Field Details
-
ACCELERATOR_KEY
The key used for storing aKeyStroketo be used as the accelerator for the action.- See Also:
-
MNEMONIC_KEY
The key used for storing an int key code to be used as the mnemonic for the action.- See Also:
-