Field Summary |
|
final public static SpecialKey | ARROW_DOWN The single static instance of SpecialKey which represents
the 'Arrow Down' key. |
final public static SpecialKey | ARROW_LEFT The single static instance of SpecialKey which represents
the 'Arrow Left' key. |
final public static SpecialKey | ARROW_RIGHT The single static instance of SpecialKey which represents
the 'Arrow Right' key. |
final public static SpecialKey | ARROW_UP The single static instance of SpecialKey which represents
the 'Arrow Up' key. |
final public static SpecialKey | BREAK The single static instance of SpecialKey which represents
the 'Break' key. |
final public static SpecialKey | CAPS_LOCK The single static instance of SpecialKey which represents
the 'Caps Lock' key. |
final public static SpecialKey | END The single static instance of SpecialKey which represents
the 'End' key. |
final public static SpecialKey | F1 The single static instance of SpecialKey which represents
the 'F1' key. |
final public static SpecialKey | F10 The single static instance of SpecialKey which represents
the 'F10' key. |
final public static SpecialKey | F11 The single static instance of SpecialKey which represents
the 'F11' key. |
final public static SpecialKey | F12 The single static instance of SpecialKey which represents
the 'F12' key. |
final public static SpecialKey | F13 The single static instance of SpecialKey which represents
the 'F13' key. |
final public static SpecialKey | F14 The single static instance of SpecialKey which represents
the 'F14' key. |
final public static SpecialKey | F15 The single static instance of SpecialKey which represents
the 'F15' key. |
final public static SpecialKey | F2 The single static instance of SpecialKey which represents
the 'F2' key. |
final public static SpecialKey | F3 The single static instance of SpecialKey which represents
the 'F3' key. |
final public static SpecialKey | F4 The single static instance of SpecialKey which represents
the 'F4' key. |
final public static SpecialKey | F5 The single static instance of SpecialKey which represents
the 'F5' key. |
final public static SpecialKey | F6 The single static instance of SpecialKey which represents
the 'F6' key. |
final public static SpecialKey | F7 The single static instance of SpecialKey which represents
the 'F7' key. |
final public static SpecialKey | F8 The single static instance of SpecialKey which represents
the 'F8' key. |
final public static SpecialKey | F9 The single static instance of SpecialKey which represents
the 'F9' key. |
final public static SpecialKey | HOME The single static instance of SpecialKey which represents
the 'Home' key. |
final public static SpecialKey | INSERT The single static instance of SpecialKey which represents
the 'Insert' key. |
final public static SpecialKey | NUMPAD_0 The single static instance of SpecialKey which represents
the '0' key on the numpad. |
final public static SpecialKey | NUMPAD_1 The single static instance of SpecialKey which represents
the '1' key on the numpad. |
final public static SpecialKey | NUMPAD_2 The single static instance of SpecialKey which represents
the '2' key on the numpad. |
final public static SpecialKey | NUMPAD_3 The single static instance of SpecialKey which represents
the '3' key on the numpad. |
final public static SpecialKey | NUMPAD_4 The single static instance of SpecialKey which represents
the '4' key on the numpad. |
final public static SpecialKey | NUMPAD_5 The single static instance of SpecialKey which represents
the '5' key on the numpad. |
final public static SpecialKey | NUMPAD_6 The single static instance of SpecialKey which represents
the '6' key on the numpad. |
final public static SpecialKey | NUMPAD_7 The single static instance of SpecialKey which represents
the '7' key on the numpad. |
final public static SpecialKey | NUMPAD_8 The single static instance of SpecialKey which represents
the '8' key on the numpad. |
final public static SpecialKey | NUMPAD_9 The single static instance of SpecialKey which represents
the '9' key on the numpad. |
final public static SpecialKey | NUMPAD_ADD The single static instance of SpecialKey which represents
the 'Add' key on the numpad. |
final public static SpecialKey | NUMPAD_DECIMAL The single static instance of SpecialKey which represents
the 'Decimal' key on the numpad. |
final public static SpecialKey | NUMPAD_DIVIDE The single static instance of SpecialKey which represents
the 'Divide' key on the numpad. |
final public static SpecialKey | NUMPAD_ENTER The single static instance of SpecialKey which represents
the 'Enter' key on the numpad. |
final public static SpecialKey | NUMPAD_EQUAL The single static instance of SpecialKey which represents
the '=' key on the numpad. |
final public static SpecialKey | NUMPAD_MULTIPLY The single static instance of SpecialKey which represents
the 'Multiply' key on the numpad. |
final public static SpecialKey | NUMPAD_SUBTRACT The single static instance of SpecialKey which represents
the 'Subtract' key on the numpad. |
final public static SpecialKey | NUM_LOCK The single static instance of SpecialKey which represents
the 'NumLock' key. |
final public static SpecialKey | PAGE_DOWN The single static instance of SpecialKey which represents
the 'Page Down' key. |
final public static SpecialKey | PAGE_UP The single static instance of SpecialKey which represents
the 'Page Up' key. |
final public static SpecialKey | PAUSE The single static instance of SpecialKey which represents
the 'Pause' key. |
final public static SpecialKey | PRINT_SCREEN The single static instance of SpecialKey which represents
the 'Print Screen' key. |
final public static SpecialKey | SCROLL_LOCK The single static instance of SpecialKey which represents
the 'Scroll Lock' key. |
static SortedMap | specialKeysByName An internal map used to lookup instances of SpecialKey
given the formal string representation of a special key. |