@Deprecated public static class KeyCharacterMap.KeyData extends Object
Modifier and Type | Field and Description |
---|---|
char |
displayLabel
Deprecated.
The display label (see
KeyCharacterMap.getDisplayLabel(int) ). |
char[] |
meta
Deprecated.
The character that will be generated in various meta states
(the same ones used for
KeyCharacterMap.get(int, int) and defined as
KeyEvent.META_SHIFT_ON and KeyEvent.META_ALT_ON ). |
static int |
META_LENGTH
Deprecated.
|
char |
number
Deprecated.
The "number" value (see
KeyCharacterMap.getNumber(int) ). |
Constructor and Description |
---|
KeyData()
Deprecated.
|
public static final int META_LENGTH
public char displayLabel
KeyCharacterMap.getDisplayLabel(int)
).public char number
KeyCharacterMap.getNumber(int)
).public char[] meta
KeyCharacterMap.get(int, int)
and defined as
KeyEvent.META_SHIFT_ON
and KeyEvent.META_ALT_ON
).
Index | Value |
---|---|
0 | no modifiers |
1 | caps |
2 | alt |
3 | caps + alt |