|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--waba.ui.Event | +--waba.ui.KeyEvent
KeyEvent is a key press event.
Field Summary | |
int |
key
The key pressed or entered by other means (grafitti input). |
static int |
KEY_PRESS
The event type for a key press event. |
int |
modifiers
The state of the modifier keys when the event occured. |
Fields inherited from class waba.ui.Event |
target,
timeStamp,
type |
Constructor Summary | |
KeyEvent()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int KEY_PRESS
public int key
IKeys
public int modifiers
IKeys
Constructor Detail |
public KeyEvent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |