|
kAWT Version 0.95 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--java.awt.AWTEvent | +--java.awt.event.InputEvent | +--java.awt.event.KeyEvent
Field Summary | |
static char |
CHAR_UNDEFINED
|
static int |
KEY_PRESSED
|
static int |
KEY_RELEASED
|
static int |
KEY_TYPED
|
static int |
VK_BACK_SPACE
|
static int |
VK_LEFT
|
static int |
VK_PAGE_DOWN
|
static int |
VK_PAGE_UP
|
static int |
VK_RIGHT
|
static int |
VK_UNDEFINED
|
Fields inherited from class java.awt.AWTEvent |
consumed,
id |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
KeyEvent(Component source,
int id,
long when,
int modifiers,
int keyCode)
|
|
KeyEvent(Component source,
int id,
long when,
int modifiers,
int keyCode,
char keyChar)
|
Method Summary | |
char |
getKeyChar()
|
int |
getKeyCode()
|
Methods inherited from class java.awt.event.InputEvent |
consume,
isConsumed |
Methods inherited from class java.awt.AWTEvent |
getID |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int KEY_TYPED
public static final int KEY_PRESSED
public static final int KEY_RELEASED
public static final char CHAR_UNDEFINED
public static final int VK_UNDEFINED
public static final int VK_PAGE_UP
public static final int VK_PAGE_DOWN
public static final int VK_BACK_SPACE
public static final int VK_LEFT
public static final int VK_RIGHT
Constructor Detail |
public KeyEvent(Component source, int id, long when, int modifiers, int keyCode)
public KeyEvent(Component source, int id, long when, int modifiers, int keyCode, char keyChar)
Method Detail |
public char getKeyChar()
public int getKeyCode()
|
kAWT Version 0.95 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |