ilog.views.appframe.swing.docking
Class IlvDockingCursors

java.lang.Object
  extended by ilog.views.appframe.swing.docking.IlvDockingCursors

public class IlvDockingCursors
extends Object

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

DOCK_TOP_CURSOR

public static final int DOCK_TOP_CURSOR
The docking cursor type at the top side.

See Also:
GetCursor(int), Constant Field Values

DOCK_BOTTOM_CURSOR

public static final int DOCK_BOTTOM_CURSOR
The docking cursor type at the bottom side.

See Also:
GetCursor(int), Constant Field Values

DOCK_LEFT_CURSOR

public static final int DOCK_LEFT_CURSOR
The docking cursor type at the left side.

See Also:
GetCursor(int), Constant Field Values

DOCK_RIGHT_CURSOR

public static final int DOCK_RIGHT_CURSOR
The docking cursor type at the right side.

See Also:
GetCursor(int), Constant Field Values

DOCK_TAB_CURSOR

public static final int DOCK_TAB_CURSOR
The docking cursor type when using tabbed panes.

See Also:
GetCursor(int), Constant Field Values

DOCK_MOVE_CURSOR

public static final int DOCK_MOVE_CURSOR
The docking cursor type when moving a dockable component.

See Also:
GetCursor(int), Constant Field Values
Constructor Detail

IlvDockingCursors

public IlvDockingCursors()
Creates a new docking cursor support. This class is public for internal reasons.

Method Detail

GetCursor

public static Cursor GetCursor(int type)
Returns the cursor of the corresponding type. The possible cursor types are


setCursor

public void setCursor(Component c,
                      Cursor cursor)
Sets the cursor of the corresponding type.

See Also:
GetCursor(int)


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.