Field Summary |
|
final public static ModifierKey | ALT The single static instance of ModifierKey which represents
the 'Alt' key. |
final public static ModifierKey | COMMAND The single static instance of ModifierKey which represents
the 'Command' key. |
final public static ModifierKey | CTRL The single static instance of ModifierKey which represents
the 'Ctrl' key. |
final public static ModifierKey | SHIFT The single static instance of ModifierKey which represents
the 'Shift' key. |
static SortedMap | modifierKeysByName An internal map used to lookup instances of ModifierKey
given the formal string representation of a modifier key. |