|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.appframe.swing.docking.IlvDockingCursors
public class IlvDockingCursors
This class provides cursor support for dockable components. This class is public for internal reasons.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
IlvDockingCursors()
Creates a new docking cursor support. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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 Values| Constructor Detail |
|---|
public IlvDockingCursors()
| Method Detail |
|---|
public static Cursor GetCursor(int type)
DOCK_TOP_CURSOR DOCK_BOTTOM_CURSOR DOCK_LEFT_CURSOR DOCK_RIGHT_CURSOR DOCK_TAB_CURSOR DOCK_MOVE_CURSOR
public void setCursor(Component c,
Cursor cursor)
GetCursor(int)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||