Cursor

object Cursor
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(identifier: String): Cursor

Returns a cursor for the specified identifier.

Returns a cursor for the specified identifier.

Concrete fields

A cursor with a hand that is closed, often used when "grabbing", for example, when panning.

A cursor with a hand that is closed, often used when "grabbing", for example, when panning.

The crosshair cursor type.

The crosshair cursor type.

The default cursor type (gets set if no cursor is defined) {}.

The default cursor type (gets set if no cursor is defined) {}.

The disappear cursor type.

The disappear cursor type.

The east-resize cursor type.

The east-resize cursor type.

The horizontal cursor type.

The horizontal cursor type.

val Hand: Cursor

The hand cursor type, resembling a pointing hand, often used to indicate that something can be clicked, such as a hyperlink.

The hand cursor type, resembling a pointing hand, often used to indicate that something can be clicked, such as a hyperlink.

val Move: Cursor

The move cursor type.

The move cursor type.

The north-east-resize cursor type.

The north-east-resize cursor type.

The north-resize cursor type.

The north-resize cursor type.

The north-west-resize cursor type.

The north-west-resize cursor type.

val None: Cursor

The none cursor type.

The none cursor type.

A cursor with a hand which is open

A cursor with a hand which is open

The south-east-resize cursor type.

The south-east-resize cursor type.

The south-resize cursor type.

The south-resize cursor type.

The south-west-resize cursor type.

The south-west-resize cursor type.

val Text: Cursor

The text cursor type.

The text cursor type.

The vertical cursor type.

The vertical cursor type.

The west-resize cursor type.

The west-resize cursor type.

val Wait: Cursor

The wait cursor type.

The wait cursor type.

Deprecated fields

@deprecated("Use ClosedHand; CLOSED_HAND will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use Crosshair; CROSSHAIR will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use Default; DEFAULT will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use Disappear; DISAPPEAR will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use EResize; E_RESIZE will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use Hand; HAND will be removed in a future release", "8.0.60-R10")
val HAND: Cursor
Deprecated
@deprecated("Use HResize; H_RESIZE will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use Move; MOVE will be removed in a future release", "8.0.60-R10")
val MOVE: Cursor
Deprecated
@deprecated("Use NEResize; NE_RESIZE will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use None; NONE will be removed in a future release", "8.0.60-R10")
val NONE: Cursor
Deprecated
@deprecated("Use NWResize; NW_RESIZE will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use NResize; N_RESIZE will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use OpenHand; OPEN_HAND will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use SEResize; SE_RESIZE will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use SWResize; SW_RESIZE will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use SResize; S_RESIZE will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use Text; TEXT will be removed in a future release", "8.0.60-R10")
val TEXT: Cursor
Deprecated
@deprecated("Use VResize; V_RESIZE will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use Wait; WAIT will be removed in a future release", "8.0.60-R10")
val WAIT: Cursor
Deprecated
@deprecated("Use WResize; W_RESIZE will be removed in a future release", "8.0.60-R10")
Deprecated

Implicits

Implicits

implicit def sfxCursor2jfx(c: Cursor): Cursor