Example usage for Java javafx.scene Cursor fields, constructors, methods, implement or subclass
The text is from its open source code.
Cursor | DEFAULT The default cursor type (gets set if no cursor is defined). |
Cursor | CROSSHAIR The crosshair cursor type. |
Cursor | WAIT The wait cursor type. |
Cursor | OPEN_HAND A cursor with a hand which is open |
Cursor | CLOSED_HAND A cursor with a hand that is closed, often used when "grabbing", for example, when panning. |
Cursor | HAND The hand cursor type, resembling a pointing hand, often used to indicate that something can be clicked, such as a hyperlink. |
Cursor | MOVE The move cursor type. |