Java javafx.scene Cursor fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene Cursor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene Cursor.

The text is from its open source code.

Field

CursorDEFAULT
The default cursor type (gets set if no cursor is defined).
CursorCROSSHAIR
The crosshair cursor type.
CursorWAIT
The wait cursor type.
CursorOPEN_HAND
A cursor with a hand which is open
CursorCLOSED_HAND
A cursor with a hand that is closed, often used when "grabbing", for example, when panning.
CursorHAND
The hand cursor type, resembling a pointing hand, often used to indicate that something can be clicked, such as a hyperlink.
CursorMOVE
The move cursor type.