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 CursorCursor.CLOSED_HANDA cursor with a hand that is closed, often used when "grabbing", for example, when panning.static final CursorCursor.CROSSHAIRThe crosshair cursor type.static final CursorCursor.DEFAULTThe default cursor type (gets set if no cursor is defined).static final CursorCursor.DISAPPEARThe disappear cursor type.static final CursorCursor.E_RESIZEThe east-resize cursor type.static final CursorCursor.H_RESIZEThe horizontal cursor type.static final CursorCursor.HANDThe hand cursor type, resembling a pointing hand, often used to indicate that something can be clicked, such as a hyperlink.static final CursorCursor.MOVEThe move cursor type.static final CursorCursor.N_RESIZEThe north-resize cursor type.static final CursorCursor.NE_RESIZEThe north-east-resize cursor type.static final CursorCursor.NONEThe none cursor type.static final CursorCursor.NW_RESIZEThe north-west-resize cursor type.static final CursorCursor.OPEN_HANDA cursor with a hand which is openstatic final CursorCursor.S_RESIZEThe south-resize cursor type.static final CursorCursor.SE_RESIZEThe south-east-resize cursor type.static final CursorCursor.SW_RESIZEThe south-west-resize cursor type.static final CursorCursor.TEXTThe text cursor type.static final CursorCursor.V_RESIZEThe vertical cursor type.static final CursorCursor.W_RESIZEThe west-resize cursor type.static final CursorCursor.WAITThe wait cursor type.Methods in javafx.scene that return CursorModifier and TypeMethodDescriptionstatic CursorReturns a cursor for the specified identifier.final CursorNode.getCursor()Gets the value of thecursorproperty.final CursorScene.getCursor()Gets the value of thecursorproperty.Methods in javafx.scene that return types with arguments of type CursorModifier and TypeMethodDescriptionfinal ObjectProperty<Cursor>Node.cursorProperty()Defines the mouse cursor for thisNodeand subnodes.final ObjectProperty<Cursor>Scene.cursorProperty()Defines the mouse cursor for thisScene.Methods in javafx.scene with parameters of type Cursor