GLG Toolkit, Java Class Library  Version 4.6
GlgSelectionEventType

Specifies the type of events returned by the CreateSelectionMessage method. More...

Detailed Description

Specifies the type of events returned by the CreateSelectionMessage method.

Constants

static final int CLICK_SELECTION = 16
 Return MouseClick events. More...
 
static final int MOVE_SELECTION = 8
 Return MouseMove events. More...
 
static final int TOOLTIP_SELECTION = ( 2 | 64 )
 Return Tooltip events. More...
 

Variable Documentation

◆ CLICK_SELECTION

final int CLICK_SELECTION = 16
static

Return MouseClick events.

◆ MOVE_SELECTION

final int MOVE_SELECTION = 8
static

Return MouseMove events.

◆ TOOLTIP_SELECTION

final int TOOLTIP_SELECTION = ( 2 | 64 )
static

Return Tooltip events.