public static class KeyEventTranslator.Key
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
char |
input |
int |
key |
java.lang.String |
modifiers |
Constructor and Description |
---|
Key(java.lang.String modifiers,
int key,
char input) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |