Field Summary |
|
final public static CharacterKey | BS The single static instance of CharacterKey which
represents the backspace key (U+0008). |
final public static CharacterKey | CR |
final public static CharacterKey | DEL The single static instance of CharacterKey which
represents the delete (U+007F) key. |
final public static CharacterKey | ESC The single static instance of CharacterKey which
represents the escape (U+001B) key. |
final public static CharacterKey | FF The single static instance of CharacterKey which
represents the form feed (U+000C) key. |
final public static CharacterKey | LF The single static instance of CharacterKey which
represents the line feed (U+000A) key. |
final public static CharacterKey | NUL The single static instance of CharacterKey which
represents the null (U+0000) key. |
final public static CharacterKey | SPACE The single static instance of CharacterKey which
represents the space (U+0020) key. |
final public static CharacterKey | TAB The single static instance of CharacterKey which
represents the tab (U+0009) key. |
final public static CharacterKey | VT The single static instance of CharacterKey which
represents the vertical tab (U+000B) key. |
static SortedMap | characterKeysByName An internal map used to lookup instances of CharacterKey
given the formal string representation of a character key. |