|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.gtk.event.GtkEvent
org.gnu.gtk.event.KeyEvent
KeyListener
,
Serialized FormNested Class Summary | |
static class |
KeyEvent.Type
|
Field Summary |
Fields inherited from class org.gnu.gtk.event.GtkEvent |
source, type |
Constructor Summary | |
KeyEvent(java.lang.Object source,
KeyEvent.Type type,
EventKey gdkEvent)
Construct a KeyEvent object. |
Method Summary | |
int |
getKeyval()
Returns the keyval. |
int |
getLength()
Returns the length. |
ModifierType |
getModifierKey()
Returns the modifierKey. |
java.lang.String |
getString()
Returns the string. |
boolean |
isOfType(KeyEvent.Type test)
Test to compare events. |
Methods inherited from class org.gnu.gtk.event.GtkEvent |
getSource, getType, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public KeyEvent(java.lang.Object source, KeyEvent.Type type, EventKey gdkEvent)
Method Detail |
public boolean isOfType(KeyEvent.Type test)
public int getKeyval()
public int getLength()
public ModifierType getModifierKey()
public java.lang.String getString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |