GLG Toolkit, Java Class Library  Version 4.5
GlgActionType

Specifies an action type. More...

Detailed Description

Specifies an action type.

Constants

static final int CHANGE_CURSOR_ACTION = 8
 Action type constant. More...
 
static final int NO_ACTION = 0
 Action type constant. More...
 
static final int RESERVED_ACTION = 6
 Reserved action type constant. More...
 
static final int SEND_COMMAND_ACTION = 2
 Action type constant. More...
 
static final int SEND_EVENT_ACTION = 3
 Action type constant. More...
 
static final int SET_STATE_ACTION = 5
 Action type constant. More...
 
static final int TOGGLE_STATE_ACTION = 7
 Action type constant. More...
 
static final int TRACE_STATE_ACTION = 4
 Action type constant. More...
 

Variable Documentation

◆ CHANGE_CURSOR_ACTION

final int CHANGE_CURSOR_ACTION = 8
static

Action type constant.

◆ NO_ACTION

final int NO_ACTION = 0
static

Action type constant.

◆ RESERVED_ACTION

final int RESERVED_ACTION = 6
static

Reserved action type constant.

◆ SEND_COMMAND_ACTION

final int SEND_COMMAND_ACTION = 2
static

Action type constant.

◆ SEND_EVENT_ACTION

final int SEND_EVENT_ACTION = 3
static

Action type constant.

◆ SET_STATE_ACTION

final int SET_STATE_ACTION = 5
static

Action type constant.

◆ TOGGLE_STATE_ACTION

final int TOGGLE_STATE_ACTION = 7
static

Action type constant.

◆ TRACE_STATE_ACTION

final int TRACE_STATE_ACTION = 4
static

Action type constant.