guk.im
Class Key

java.lang.Object
  extended byguk.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).


Field Summary
(package private)  char keyChar
           
(package private)  int modifiers
           
 
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
 

Field Detail

keyChar

char keyChar

modifiers

int modifiers
Constructor Detail

Key

public Key(char keyChar,
           int modifiers)
Method Detail

hashCode

public int hashCode()

equals

public boolean equals(Object o)