|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the 2 new constants introduced by Sun in version 1.3 of the J2SDK.
Field Summary | |
static java.lang.String |
ACCELERATOR_KEY
The key used for storing a KeyStroke 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. |
Fields inherited from interface javax.swing.Action |
ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Methods inherited from interface javax.swing.Action |
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from interface java.awt.event.ActionListener |
actionPerformed |
Field Detail |
public static final java.lang.String ACCELERATOR_KEY
KeyStroke
to be used as the
accelerator for the action.
public static final java.lang.String MNEMONIC_KEY
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |