Overview
A class to encapsulate the bitmap representation of the mouse cursor.
Profile: common conditional cursor
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | CROSSHAIR | Cursor | ![]() |
The crosshair cursor type. |
|||
| public | DEFAULT | Cursor | ![]() |
The default cursor type (gets set if no cursor is defined). |
|||
| public | E_RESIZE | Cursor | ![]() |
The east-resize cursor type. |
|||
| public | H_RESIZE | Cursor | ![]() |
The horizontal cursor type. |
|||
| public | HAND | Cursor | ![]() |
The hand cursor type. |
|||
| public | MOVE | Cursor | ![]() |
The move cursor type. |
|||
| public | N_RESIZE | Cursor | ![]() |
The north-resize cursor type. |
|||
| public | NE_RESIZE | Cursor | ![]() |
The north-east-resize cursor type. |
|||
| public | NONE | Cursor | ![]() |
The none cursor type.
The none cursor type. On platforms that don't support
custom cursors, this will be the same as Profile: common conditional cursor |
|||
| public | NW_RESIZE | Cursor | ![]() |
The north-west-resize cursor type. |
|||
| public | S_RESIZE | Cursor | ![]() |
The south-resize cursor type. |
|||
| public | SE_RESIZE | Cursor | ![]() |
The south-east-resize cursor type. |
|||
| public | SW_RESIZE | Cursor | ![]() |
The south-west-resize cursor type. |
|||
| public | TEXT | Cursor | ![]() |
The text cursor type. |
|||
| public | V_RESIZE | Cursor | ![]() |
The vertical cursor type. |
|||
| public | W_RESIZE | Cursor | ![]() |
The west-resize cursor type. |
|||
| public | WAIT | Cursor | ![]() |
The wait cursor type. |
Inherited Variables
Function Summary
- public impl_getAWTCursor() : java.awt.Cursor

