Uses of Class
javafx.scene.Cursor
Packages that use Cursor
Package
Description
-
Uses of Cursor in dev.webfx.kit.mapper.peers.javafxgraphics.base
Methods in dev.webfx.kit.mapper.peers.javafxgraphics.base with parameters of type Cursor -
Uses of Cursor in dev.webfx.kit.mapper.peers.javafxgraphics.gwtj2cl.html
Methods in dev.webfx.kit.mapper.peers.javafxgraphics.gwtj2cl.html with parameters of type Cursor -
Uses of Cursor in dev.webfx.kit.mapper.peers.javafxgraphics.openjfx
Methods in dev.webfx.kit.mapper.peers.javafxgraphics.openjfx with parameters of type Cursor -
Uses of Cursor in javafx.scene
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.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