public class JideCursors
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DELETE_CURSOR
The cursor point when dragged item will be inserted in between.
|
static int |
DRAG_CURSOR
The drag cursor type.
|
static int |
DRAG_STOP_CURSOR
The no-drop cursor type.
|
static int |
DRAG_TEXT_CURSOR
The drag cursor type for text.
|
static int |
DRAG_TEXT_STOP_CURSOR
The no-drop cursor type for text.
|
static int |
EAST_CURSOR
The cursor point pointing to east side.
|
static int |
FIRST_CUSTOM_CURSOR
First id of Cursors used in JIDE products.
|
static int |
FLOAT_CURSOR
The cursor point when dragged item is floating.
|
static int |
HORIZONTAL_CURSOR
The cursor point when dragged item will be inserted in between.
|
static int |
HSPLIT_CURSOR
The horizontal split cursor type.
|
static int |
LAST_CUSTOM_CURSOR
Last id of cursor used by JIDE products.
|
static int |
NORTH_CURSOR
The cursor point pointing to north side.
|
static int |
SOUTH_CURSOR
The cursor point pointing to south side.
|
static int |
TAB_CURSOR
The cursor point pointing when dragged item will be in tabbed pane.
|
static int |
VERTICAL_CURSOR
The cursor point when dragged item will be inserted in between.
|
static int |
VSPLIT_CURSOR
The vertical split cursor type.
|
static int |
WEST_CURSOR
The cursor point pointing to west side.
|
Constructor and Description |
---|
JideCursors() |
Modifier and Type | Method and Description |
---|---|
protected static java.awt.Cursor |
createCursor(int type)
Creates a cursor specified by type.
|
static java.awt.Cursor |
getPredefinedCursor(int type)
Returns a cursor object with the specified predefined type.
|
public static final int FIRST_CUSTOM_CURSOR
public static final int HSPLIT_CURSOR
public static final int VSPLIT_CURSOR
public static final int DRAG_CURSOR
public static final int DRAG_STOP_CURSOR
public static final int NORTH_CURSOR
public static final int SOUTH_CURSOR
public static final int EAST_CURSOR
public static final int WEST_CURSOR
public static final int TAB_CURSOR
public static final int FLOAT_CURSOR
public static final int VERTICAL_CURSOR
public static final int HORIZONTAL_CURSOR
public static final int DELETE_CURSOR
public static final int DRAG_TEXT_CURSOR
public static final int DRAG_TEXT_STOP_CURSOR
public static final int LAST_CUSTOM_CURSOR
public static java.awt.Cursor getPredefinedCursor(int type)
type
- the type of predefined cursorjava.lang.IllegalArgumentException
- if the specified cursor type is invalidprotected static java.awt.Cursor createCursor(int type)
type
- cursor type