public class IlvDockingCursors extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DOCK_BOTTOM_CURSOR
The docking cursor type at the bottom side.
|
static int |
DOCK_LEFT_CURSOR
The docking cursor type at the left side.
|
static int |
DOCK_MOVE_CURSOR
The docking cursor type when moving a dockable component.
|
static int |
DOCK_RIGHT_CURSOR
The docking cursor type at the right side.
|
static int |
DOCK_TAB_CURSOR
The docking cursor type when using tabbed panes.
|
static int |
DOCK_TOP_CURSOR
The docking cursor type at the top side.
|
Constructor and Description |
---|
IlvDockingCursors()
Creates a new docking cursor support.
|
Modifier and Type | Method and Description |
---|---|
static Cursor |
GetCursor(int type)
Returns the cursor of the corresponding type.
|
void |
setCursor(Component c,
Cursor cursor)
Sets the cursor of the corresponding type.
|
public static final int DOCK_TOP_CURSOR
GetCursor(int)
,
Constant Field Valuespublic static final int DOCK_BOTTOM_CURSOR
GetCursor(int)
,
Constant Field Valuespublic static final int DOCK_LEFT_CURSOR
GetCursor(int)
,
Constant Field Valuespublic static final int DOCK_RIGHT_CURSOR
GetCursor(int)
,
Constant Field Valuespublic static final int DOCK_TAB_CURSOR
GetCursor(int)
,
Constant Field Valuespublic static final int DOCK_MOVE_CURSOR
GetCursor(int)
,
Constant Field Valuespublic IlvDockingCursors()
public static Cursor GetCursor(int type)
public void setCursor(Component c, Cursor cursor)
GetCursor(int)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.