Fields Summary |
---|
public static final int | DEFAULT_CURSORThe default cursor type (gets set if no cursor is defined). |
public static final int | CROSSHAIR_CURSORThe crosshair cursor type. |
public static final int | TEXT_CURSORThe text cursor type. |
public static final int | WAIT_CURSORThe wait cursor type. |
public static final int | SW_RESIZE_CURSORThe south-west-resize cursor type. |
public static final int | SE_RESIZE_CURSORThe south-east-resize cursor type. |
public static final int | NW_RESIZE_CURSORThe north-west-resize cursor type. |
public static final int | NE_RESIZE_CURSORThe north-east-resize cursor type. |
public static final int | N_RESIZE_CURSORThe north-resize cursor type. |
public static final int | S_RESIZE_CURSORThe south-resize cursor type. |
public static final int | W_RESIZE_CURSORThe west-resize cursor type. |
public static final int | E_RESIZE_CURSORThe east-resize cursor type. |
public static final int | HAND_CURSORThe hand cursor type. |
public static final int | MOVE_CURSORThe move cursor type. |
protected static Cursor[] | predefined |
static final String[] | cursorProperties |
int | typeThe chosen cursor type initially set to
the DEFAULT_CURSOR . |
public static final int | CUSTOM_CURSORThe type associated with all custom cursors. |
private static final Hashtable | systemCustomCursors |
private static final String | systemCustomCursorDirPrefix |
private static final String | systemCustomCursorPropertiesFile |
private static Properties | systemCustomCursorProperties |
private static final String | CursorDotPrefix |
private static final String | DotFileSuffix |
private static final String | DotHotspotSuffix |
private static final String | DotNameSuffix |
private static final long | serialVersionUID |
private static final sun.awt.DebugHelper | dbg |
private transient long | pDataHook into native data. |
protected String | nameThe user-visible name of the cursor. |