GLG Toolkit, Java Class Library  Version 4.5
GlgCursorType

Specifies a cursor type. More...

Detailed Description

Specifies a cursor type.

Constants

static final int CROSSHAIR_CURSOR = 0
 Cursor type constant. More...
 
static final int DEFAULT_CURSOR = -1
 Cursor type constant. More...
 
static final int HAND_CURSOR = 2
 Cursor type constant. More...
 
static final int MOVE_CURSOR = 3
 Cursor type constant. More...
 
static final int WAIT_CURSOR = 1
 Cursor type constant. More...
 

Variable Documentation

◆ CROSSHAIR_CURSOR

final int CROSSHAIR_CURSOR = 0
static

Cursor type constant.

◆ DEFAULT_CURSOR

final int DEFAULT_CURSOR = -1
static

Cursor type constant.

◆ HAND_CURSOR

final int HAND_CURSOR = 2
static

Cursor type constant.

◆ MOVE_CURSOR

final int MOVE_CURSOR = 3
static

Cursor type constant.

◆ WAIT_CURSOR

final int WAIT_CURSOR = 1
static

Cursor type constant.