abbot.editor.recorder
Interface SemanticEvents

All Known Implementing Classes:
AbstractButtonRecorder, ButtonRecorder, CheckboxRecorder, ChoiceRecorder, ComponentRecorder, ContainerRecorder, DialogRecorder, EventRecorder, FileDialogRecorder, FrameRecorder, JComboBoxRecorder, JComponentRecorder, JInternalFrameRecorder, JListRecorder, JMenuItemRecorder, JTabbedPaneRecorder, JTableRecorder, JTextComponentRecorder, JTreeRecorder, SemanticRecorder, WindowRecorder

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

static final int SE_NONE
No event recognized.

See Also:
Constant Field Values

SE_ANY

static final int SE_ANY
Any event recognized.

See Also:
Constant Field Values

SE_WINDOW

static final int SE_WINDOW
Window show/hide/move/resize/activate.

See Also:
Constant Field Values

SE_MENU

static final int SE_MENU
Standard or popup menu

See Also:
Constant Field Values

SE_CLICK

static final int SE_CLICK
Mouse down/up.

See Also:
Constant Field Values

SE_KEY

static final int SE_KEY
Key typed events.

See Also:
Constant Field Values

SE_DRAG

static final int SE_DRAG
Generic drag event. Usually invoked from another handler.

See Also:
Constant Field Values

SE_DROP

static final int SE_DROP
Generic drop event. Wait for drag to terminate.

See Also:
Constant Field Values

SE_TEXT

static final int SE_TEXT
Text input (multiple keystrokes).

See Also:
Constant Field Values

SE_IM

static final int SE_IM
Input method input (extended character input).

See Also:
Constant Field Values


Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge