Object/Class

scalafx.scene

Cursor

Related Docs: class Cursor | package scene

Permalink

object Cursor

Source
Cursor.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Cursor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val CLOSED_HAND: Cursor

    Permalink

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

  5. val CROSSHAIR: Cursor

    Permalink

    The crosshair cursor type.

  6. val DEFAULT: Cursor

    Permalink

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

  7. val DISAPPEAR: Cursor

    Permalink

    The disappear cursor type.

  8. val E_RESIZE: Cursor

    Permalink

    The east-resize cursor type.

  9. val HAND: Cursor

    Permalink

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

  10. val H_RESIZE: Cursor

    Permalink

    The horizontal cursor type.

  11. val MOVE: Cursor

    Permalink

    The move cursor type.

  12. val NE_RESIZE: Cursor

    Permalink

    The north-east-resize cursor type.

  13. val NONE: Cursor

    Permalink

    The none cursor type.

  14. val NW_RESIZE: Cursor

    Permalink

    The north-west-resize cursor type.

  15. val N_RESIZE: Cursor

    Permalink

    The north-resize cursor type.

  16. val OPEN_HAND: Cursor

    Permalink

    A cursor with a hand which is open

  17. val SE_RESIZE: Cursor

    Permalink

    The south-east-resize cursor type.

  18. val SW_RESIZE: Cursor

    Permalink

    The south-west-resize cursor type.

  19. val S_RESIZE: Cursor

    Permalink

    The south-resize cursor type.

  20. val TEXT: Cursor

    Permalink

    The text cursor type.

  21. val V_RESIZE: Cursor

    Permalink

    The vertical cursor type.

  22. val WAIT: Cursor

    Permalink

    The wait cursor type.

  23. val W_RESIZE: Cursor

    Permalink

    The west-resize cursor type.

  24. def apply(identifier: String): Cursor

    Permalink

    Returns a cursor for the specified identifier.

  25. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  26. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. implicit def sfxCursor2jfx(c: Cursor): javafx.scene.Cursor

    Permalink
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped