public interface LinkActionConstants
Modifier and Type | Field and Description |
---|---|
static int |
ACTION_GRAPHICS
Action identifier - change/modify/add graphics.
|
static int |
ACTION_GUI
Action identifier - change/modify/add GUI components.
|
static int |
ACTION_MAP
Action identifier - center/zoom/change projection of map.
|
static int |
CLIENT_NOTIFICATION_MASK
Gesture descriptor mask - Set if the integer is being sent to
the client to tell it what types of events the server is
interested in receiving.
|
static int |
GRAPHIC_ID_MASK
Gesture descriptor mask - Set if a gesture is affiliated with a
particular graphic.
|
static int |
KEY_PRESSED_MASK
Gesture descriptor mask - Set if a keyboard button was pressed.
|
static int |
KEY_RELEASED_MASK
Gesture descriptor mask - Set if a keyboard button was
released.
|
static int |
MODIFY_DELETE_GRAPHIC_MASK
Graphic action descriptor mask - delete the graphic.
|
static int |
MODIFY_DESELECT_GRAPHIC_MASK
Graphic action descriptor mask - deselect the graphic.
|
static int |
MODIFY_DESELECTALL_GRAPHIC_MASK
Graphic action descriptor mask - deselect all graphics.
|
static int |
MODIFY_LOWER_GRAPHIC_MASK
Graphic action descriptor mask - lower graphics below others.
|
static int |
MODIFY_RAISE_GRAPHIC_MASK
Graphic action descriptor mask - raise the graphic on top of
others.
|
static int |
MODIFY_SELECT_GRAPHIC_MASK
Graphic action descriptor mask - select the graphic.
|
static int |
MOUSE_CLICKED_MASK
Gesture descriptor mask - Set if the mouse buttons were pressed
and released.
|
static int |
MOUSE_DRAGGED_MASK
Gesture descriptor mask - Set if the mouse moved with a button
down.
|
static int |
MOUSE_ENTERED_MASK
Gesture descriptor mask - Set if the mouse cursor has entered
the map window.
|
static int |
MOUSE_EXITED_MASK
Gesture descriptor mask - Set if the mouse cursor has left the
map window.
|
static int |
MOUSE_MOVED_MASK
Gesture descriptor mask - Set if the mouse moved with no
buttons pressed.
|
static int |
MOUSE_PRESSED_MASK
Gesture descriptor mask - Set if the mouse button was pressed.
|
static int |
MOUSE_RELEASED_MASK
Gesture descriptor mask - Set if the mouse button was released.
|
static int |
SERVER_NOTIFICATION_MASK
Gesture descriptor mask - Set if the server is interested in
receiving events even if a graphic gesture is handled locally.
|
static int |
UPDATE_ADD_GRAPHIC_MASK
Graphic action descriptor mask - add a graphic.
|
static int |
UPDATE_GRAPHIC_MASK
Graphic action descriptor mask - update the graphic.
|
static final int ACTION_GRAPHICS
static final int ACTION_GUI
static final int ACTION_MAP
static final int MODIFY_RAISE_GRAPHIC_MASK
static final int MODIFY_LOWER_GRAPHIC_MASK
static final int MODIFY_DELETE_GRAPHIC_MASK
static final int MODIFY_SELECT_GRAPHIC_MASK
static final int MODIFY_DESELECT_GRAPHIC_MASK
static final int MODIFY_DESELECTALL_GRAPHIC_MASK
static final int UPDATE_ADD_GRAPHIC_MASK
static final int UPDATE_GRAPHIC_MASK
static final int MOUSE_CLICKED_MASK
static final int MOUSE_PRESSED_MASK
static final int MOUSE_RELEASED_MASK
static final int MOUSE_MOVED_MASK
static final int MOUSE_ENTERED_MASK
static final int MOUSE_EXITED_MASK
static final int MOUSE_DRAGGED_MASK
static final int KEY_PRESSED_MASK
static final int KEY_RELEASED_MASK
static final int GRAPHIC_ID_MASK
static final int CLIENT_NOTIFICATION_MASK
static final int SERVER_NOTIFICATION_MASK
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details