|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SemanticEvents
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 |
---|
static final int SE_NONE
static final int SE_ANY
static final int SE_WINDOW
static final int SE_MENU
static final int SE_CLICK
static final int SE_KEY
static final int SE_DRAG
static final int SE_DROP
static final int SE_TEXT
static final int SE_IM
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |