GLG Toolkit, Java Class Library  Version 4.5
GlgTriggerType

Specifies a type of the mouse event that triggers an object's action. More...

Detailed Description

Specifies a type of the mouse event that triggers an object's action.

Constants

static final int INPUT_TRIGGER = 3
 Trigger type constant. More...
 
static final int MOUSE_CLICK_TRIGGER = 1
 Trigger type constant. More...
 
static final int MOUSE_OVER_TRIGGER = 2
 Trigger type constant. More...
 
static final int NO_TRIGGER = 0
 Trigger type constant. More...
 

Variable Documentation

◆ INPUT_TRIGGER

final int INPUT_TRIGGER = 3
static

Trigger type constant.

◆ MOUSE_CLICK_TRIGGER

final int MOUSE_CLICK_TRIGGER = 1
static

Trigger type constant.

◆ MOUSE_OVER_TRIGGER

final int MOUSE_OVER_TRIGGER = 2
static

Trigger type constant.

◆ NO_TRIGGER

final int NO_TRIGGER = 0
static

Trigger type constant.