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