guk.im
Class Key
java.lang.Object
|
+--guk.im.Key
- public class Key
- extends Object
This calls describes a keyboard key.
A key is defined by one character and modifiers (CTRL or ALT or both).
Constructor Summary |
Key(char keyChar,
int modifiers)
|
Methods inherited from class java.lang.Object |
, clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait |
keyChar
char keyChar
modifiers
int modifiers
Key
public Key(char keyChar,
int modifiers)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object