DhCursorEnum Class

DhCursorEnum Class

This Package | All Packages

Enum
  |
  +--DhCursorEnum
public class DhCursorEnum
extends wfc.cor.Enum
implements DhStringIDs

Defines constants for controlling an element's cursor style. For more information on setting cursor styles, see DhStyleBase.setCursor().

Fields
Name Description
AUTO Browser determines the cursor to display based on the current context.
CROSSHAIR A simple cross-hair cursor.
DEFAULT A platform-dependent default cursor (usually an arrow).
E_RESIZE An arrow cursor indicating that an edge is to be moved in an eastern direction.
HAND A hand pointer cursor.
HELP An arrow cursor with a question mark, indicating Help.
MOVE A cursor with crossed arrows indicating something is to be moved.
N_RESIZE An arrow cursor indicating that an edge is to be moved in a northern direction.
NE_RESIZE An arrow cursor indicating that an edge is to be moved in a northeastern direction.
NW_RESIZE An arrow cursor indicating that an edge is to be moved in a northwestern direction.
S_RESIZE An arrow cursor indicating that an edge is to be moved in a southern direction.
SE_RESIZE An arrow cursor indicating that an edge is to be moved in a southeastern direction.
SW_RESIZE An arrow cursor indicating that an edge is to be moved in a southwestern direction.
TEXT An editable text cursor (usually an I-bar).
W_RESIZE An arrow cursor indicating that an edge is to be moved in a western direction.
WAIT An hourglass or watch indicating that the program is busy and the user should wait.

Fields

DhCursorEnum.AUTO

Syntax
public static final int AUTO;
Description
Browser determines the cursor to display based on the current context.

DhCursorEnum.CROSSHAIR

Syntax
public static final int CROSSHAIR;
Description
A simple cross-hair cursor.

DhCursorEnum.DEFAULT

Syntax
public static final int DEFAULT;
Description
A platform-dependent default cursor (usually an arrow).

DhCursorEnum.E_RESIZE

Syntax
public static final int E_RESIZE;
Description
An arrow cursor indicating that an edge is to be moved in an eastern direction.

DhCursorEnum.HAND

Syntax
public static final int HAND;
Description
A hand pointer cursor.

DhCursorEnum.HELP

Syntax
public static final int HELP;
Description
An arrow cursor with a question mark, indicating Help.

DhCursorEnum.MOVE

Syntax
public static final int MOVE;
Description
A cursor with crossed arrows indicating something is to be moved.

DhCursorEnum.N_RESIZE

Syntax
public static final int N_RESIZE;
Description
An arrow cursor indicating that an edge is to be moved in a northern direction.

DhCursorEnum.NE_RESIZE

Syntax
public static final int NE_RESIZE;
Description
An arrow cursor indicating that an edge is to be moved in a northeastern direction.

DhCursorEnum.NW_RESIZE

Syntax
public static final int NW_RESIZE;
Description
An arrow cursor indicating that an edge is to be moved in a northwestern direction.

DhCursorEnum.S_RESIZE

Syntax
public static final int S_RESIZE;
Description
An arrow cursor indicating that an edge is to be moved in a southern direction.

DhCursorEnum.SE_RESIZE

Syntax
public static final int SE_RESIZE;
Description
An arrow cursor indicating that an edge is to be moved in a southeastern direction.

DhCursorEnum.SW_RESIZE

Syntax
public static final int SW_RESIZE;
Description
An arrow cursor indicating that an edge is to be moved in a southwestern direction.

DhCursorEnum.TEXT

Syntax
public static final int TEXT;
Description
An editable text cursor (usually an I-bar).

DhCursorEnum.W_RESIZE

Syntax
public static final int W_RESIZE;
Description
An arrow cursor indicating that an edge is to be moved in a western direction.

DhCursorEnum.WAIT

Syntax
public static final int WAIT;
Description
An hourglass or watch indicating that the program is busy and the user should wait.