|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jsxe.gui.KeyEventTranslator.Key
Field Summary | |
char |
input
|
int |
key
|
int |
modifiers
|
Constructor Summary | |
KeyEventTranslator.Key(int modifiers,
int key,
char input)
|
Method Summary | |
boolean |
equals(Object o)
|
String |
getInternalShortcut()
|
String |
getModString()
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public int modifiers
public int key
public char input
Constructor Detail |
public KeyEventTranslator.Key(int modifiers, int key, char input)
Method Detail |
public int hashCode()
public boolean equals(Object o)
public String getModString()
public String getInternalShortcut()
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |