|
|||||||||
| Home >> All >> abbot >> editor >> [ recorder overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
abbot.editor.recorder
Interface SemanticEvents

- All Known Implementing Classes:
- EventRecorder, SemanticRecorder
- 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 |
SE_NONE
public static final int SE_NONE
- No event recognized.
- See Also:
- Constant Field Values
SE_ANY
public static final int SE_ANY
- Any event recognized.
- See Also:
- Constant Field Values
SE_WINDOW
public static final int SE_WINDOW
- Window show/hide/move/resize/activate.
- See Also:
- Constant Field Values
SE_MENU
public static final int SE_MENU
- Standard or popup menu
- See Also:
- Constant Field Values
SE_CLICK
public static final int SE_CLICK
- Mouse down/up.
- See Also:
- Constant Field Values
SE_KEY
public static final int SE_KEY
- Key typed events.
- See Also:
- Constant Field Values
SE_DRAG
public static final int SE_DRAG
- Generic drag event. Usually invoked from another handler.
- See Also:
- Constant Field Values
SE_DROP
public static final int SE_DROP
- Generic drop event. Wait for drag to terminate.
- See Also:
- Constant Field Values
SE_TEXT
public static final int SE_TEXT
- Text input (multiple keystrokes).
- See Also:
- Constant Field Values
SE_IM
public static final int SE_IM
- Input method input (extended character input).
- See Also:
- Constant Field Values
|
|||||||||
| Home >> All >> abbot >> editor >> [ recorder overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC