GATE
Version 3.1-2270

guk.im
Class Key

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Key

public Key(char keyChar,
           int modifiers)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

GATE
Version 3.1-2270