Cursor

scalafx.scene.Cursor
See theCursor companion class
object Cursor

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Cursor.type

Members list

Value members

Concrete methods

def apply(identifier: String): Cursor

Returns a cursor for the specified identifier.

Returns a cursor for the specified identifier.

Attributes

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.

Attributes

The crosshair cursor type.

The crosshair cursor type.

Attributes

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

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

Attributes

The disappear cursor type.

The disappear cursor type.

Attributes

The east-resize cursor type.

The east-resize cursor type.

Attributes

The horizontal cursor type.

The horizontal cursor type.

Attributes

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.

Attributes

val Move: Cursor

The move cursor type.

The move cursor type.

Attributes

The north-east-resize cursor type.

The north-east-resize cursor type.

Attributes

The north-resize cursor type.

The north-resize cursor type.

Attributes

The north-west-resize cursor type.

The north-west-resize cursor type.

Attributes

val None: Cursor

The none cursor type.

The none cursor type.

Attributes

A cursor with a hand which is open

A cursor with a hand which is open

Attributes

The south-east-resize cursor type.

The south-east-resize cursor type.

Attributes

The south-resize cursor type.

The south-resize cursor type.

Attributes

The south-west-resize cursor type.

The south-west-resize cursor type.

Attributes

val Text: Cursor

The text cursor type.

The text cursor type.

Attributes

The vertical cursor type.

The vertical cursor type.

Attributes

The west-resize cursor type.

The west-resize cursor type.

Attributes

val Wait: Cursor

The wait cursor type.

The wait cursor type.

Attributes

Deprecated fields

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true
val HAND: Cursor

Attributes

Deprecated
true

Attributes

Deprecated
true
val MOVE: Cursor

Attributes

Deprecated
true

Attributes

Deprecated
true
val NONE: Cursor

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true
val TEXT: Cursor

Attributes

Deprecated
true

Attributes

Deprecated
true
val WAIT: Cursor

Attributes

Deprecated
true

Attributes

Deprecated
true

Implicits

Implicits

implicit def sfxCursor2jfx(c: Cursor): Cursor