Uses of Class
javafx.scene.Cursor
Packages that use Cursor
Package
Description
Provides various
StyleConverter
classes
that convert CSS parsed values.Provides the core set of base
classes for the JavaFX Scene Graph API.
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
-
Uses of Cursor in javafx.css.converter
Methods in javafx.css.converter that return types with arguments of type CursorModifier and TypeMethodDescriptionstatic StyleConverter<String,
Cursor> CursorConverter.getInstance()
Gets theCursorConverter
instance. -
Uses of Cursor in javafx.scene
Subclasses of Cursor in javafx.sceneModifier and TypeClassDescriptionclass
A custom image representation of the mouse cursor.Fields in javafx.scene declared as CursorModifier and TypeFieldDescriptionstatic final Cursor
Cursor.CLOSED_HAND
A cursor with a hand that is closed, often used when "grabbing", for example, when panning.static final Cursor
Cursor.CROSSHAIR
The crosshair cursor type.static final Cursor
Cursor.DEFAULT
The default cursor type (gets set if no cursor is defined).static final Cursor
Cursor.DISAPPEAR
The disappear cursor type.static final Cursor
Cursor.E_RESIZE
The east-resize cursor type.static final Cursor
Cursor.H_RESIZE
The horizontal cursor type.static final Cursor
Cursor.HAND
The hand cursor type, resembling a pointing hand, often used to indicate that something can be clicked, such as a hyperlink.static final Cursor
Cursor.MOVE
The move cursor type.static final Cursor
Cursor.N_RESIZE
The north-resize cursor type.static final Cursor
Cursor.NE_RESIZE
The north-east-resize cursor type.static final Cursor
Cursor.NONE
The none cursor type.static final Cursor
Cursor.NW_RESIZE
The north-west-resize cursor type.static final Cursor
Cursor.OPEN_HAND
A cursor with a hand which is openstatic final Cursor
Cursor.S_RESIZE
The south-resize cursor type.static final Cursor
Cursor.SE_RESIZE
The south-east-resize cursor type.static final Cursor
Cursor.SW_RESIZE
The south-west-resize cursor type.static final Cursor
Cursor.TEXT
The text cursor type.static final Cursor
Cursor.V_RESIZE
The vertical cursor type.static final Cursor
Cursor.W_RESIZE
The west-resize cursor type.static final Cursor
Cursor.WAIT
The wait cursor type.Methods in javafx.scene that return CursorModifier and TypeMethodDescriptionstatic Cursor
Returns a cursor for the specified identifier.final Cursor
Node.getCursor()
Gets the value of thecursor
property.final Cursor
Scene.getCursor()
Gets the value of thecursor
property.protected Cursor
Node.getInitialCursor()
Returns the initial cursor state of this node, for use by the JavaFX CSS engine to correctly set its initial value.Methods in javafx.scene that return types with arguments of type CursorModifier and TypeMethodDescriptionfinal ObjectProperty<Cursor>
Node.cursorProperty()
Defines the mouse cursor for thisNode
and subnodes.final ObjectProperty<Cursor>
Scene.cursorProperty()
Defines the mouse cursor for thisScene
.Methods in javafx.scene with parameters of type Cursor -
Uses of Cursor in javafx.scene.control
Methods in javafx.scene.control that return CursorModifier and TypeMethodDescriptionprotected Cursor
Hyperlink.getInitialCursor()
Returns the initial cursor state of this control, for use by the JavaFX CSS engine to correctly set its initial value.