|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provide mnemonic constants for different types of semantic events.
Field Summary | |
static int |
SE_ANY
Any event recognized. |
static int |
SE_CLICK
Mouse down/up. |
static int |
SE_DRAG
Generic drag event. |
static int |
SE_DROP
Generic drop event. |
static int |
SE_IM
Input method input (extended character input). |
static int |
SE_KEY
Key typed events. |
static int |
SE_MENU
Standard or popup menu |
static int |
SE_NONE
No event recognized. |
static int |
SE_TEXT
Text input (multiple keystrokes). |
static int |
SE_WINDOW
Window show/hide/move/resize/activate. |
Field Detail |
public static final int SE_NONE
public static final int SE_ANY
public static final int SE_WINDOW
public static final int SE_MENU
public static final int SE_CLICK
public static final int SE_KEY
public static final int SE_DRAG
public static final int SE_DROP
public static final int SE_TEXT
public static final int SE_IM
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |