Field Summary |
|
final public static int | DELETE_CURSOR The cursor point when dragged item will be inserted in between. |
final public static int | DRAG_CURSOR The drag cursor type. |
final public static int | DRAG_STOP_CURSOR The no-drop cursor type. |
final public static int | DRAG_TEXT_CURSOR The drag cursor type for text. |
final public static int | DRAG_TEXT_STOP_CURSOR The no-drop cursor type for text. |
final public static int | EAST_CURSOR The cursor point pointing to east side. |
final public static int | FIRST_CUSTOM_CURSOR First id of Cursors used in JIDE products. |
final public static int | FLOAT_CURSOR The cursor point when dragged item is floating. |
final public static int | HORIZONTAL_CURSOR The cursor point when dragged item will be inserted in between. |
final public static int | HSPLIT_CURSOR The horizontal split cursor type. |
final public static int | LAST_CUSTOM_CURSOR Last id of cursor used by JIDE products. |
final public static int | NORTH_CURSOR The cursor point pointing to north side. |
final public static int | SOUTH_CURSOR The cursor point pointing to south side. |
final public static int | TAB_CURSOR The cursor point pointing when dragged item will be in tabbed pane. |
final public static int | VERTICAL_CURSOR The cursor point when dragged item will be inserted in between. |
final public static int | VSPLIT_CURSOR The vertical split cursor type. |
final public static int | WEST_CURSOR The cursor point pointing to west side. |