public class IlvCursorFactory extends Object
Cursor
instances. If you need additional info about the cursor, use
IlvCursorRegistry
. After calling getCursor
, the
cursor is registered in the registry.IlvCursorRegistry
Modifier and Type | Field and Description |
---|---|
static int |
EXPAND_ACTIVE_CURSOR
A cursor type showing an expanding operation in progress.
|
static int |
EXPAND_INACTIVE_CURSOR
A cursor type showing an expanded rectangle.
|
static int |
HAND_DOWN_CURSOR
A cursor type showing a closed hand.
|
static int |
HAND_FINGER_CURSOR
A cursor type showing a hand with a pointing finger.
|
static int |
HAND_UP_CURSOR
A cursor type showing an open hand.
|
static int |
LARGE_PAN_CURSOR
A cursor type showing a large cross with arrows (a pan cursor).
|
static int |
SMALL_PAN_CURSOR
A cursor type showing a small cross with arrows (a pan cursor).
|
static int |
XCROSSHAIR_CURSOR
A cursor type showing an X cross.
|
static int |
ZOOM_IN_CURSOR
A cursor type showing magnification glass for zoom in.
|
static int |
ZOOM_OUT_CURSOR
A cursor type showing magnification glass for zoom out.
|
Modifier and Type | Method and Description |
---|---|
static Cursor |
getCursor(int type)
Returns the cursor for the cursor type.
|
public static final int HAND_UP_CURSOR
IlvCursorRegistry
is "HandUp".public static final int HAND_DOWN_CURSOR
IlvCursorRegistry
is "HandDown".public static final int HAND_FINGER_CURSOR
IlvCursorRegistry
is "HandFinger".public static final int ZOOM_IN_CURSOR
IlvCursorRegistry
is "ZoomIn".public static final int ZOOM_OUT_CURSOR
IlvCursorRegistry
is "ZoomOut".public static final int XCROSSHAIR_CURSOR
IlvCursorRegistry
is "XCrossHair".public static final int LARGE_PAN_CURSOR
IlvCursorRegistry
is "LargePan".public static final int SMALL_PAN_CURSOR
IlvCursorRegistry
is "SmallPan".public static final int EXPAND_INACTIVE_CURSOR
IlvCursorRegistry
is "ExpandInactive".public static final int EXPAND_ACTIVE_CURSOR
IlvCursorRegistry
is "ExpandActive".public static Cursor getCursor(int type)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.