Packages

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. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ClosedHand: Cursor

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

  5. val Crosshair: Cursor

    The crosshair cursor type.

  6. val Default: Cursor

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

  7. val Disappear: Cursor

    The disappear cursor type.

  8. val EResize: Cursor

    The east-resize cursor type.

  9. val HResize: Cursor

    The horizontal cursor type.

  10. val Hand: Cursor

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

  11. val Move: Cursor

    The move cursor type.

  12. val NEResize: Cursor

    The north-east-resize cursor type.

  13. val NResize: Cursor

    The north-resize cursor type.

  14. val NWResize: Cursor

    The north-west-resize cursor type.

  15. val None: Cursor

    The none cursor type.

  16. val OpenHand: Cursor

    A cursor with a hand which is open

  17. val SEResize: Cursor

    The south-east-resize cursor type.

  18. val SResize: Cursor

    The south-resize cursor type.

  19. val SWResize: Cursor

    The south-west-resize cursor type.

  20. val Text: Cursor

    The text cursor type.

  21. val VResize: Cursor

    The vertical cursor type.

  22. val WResize: Cursor

    The west-resize cursor type.

  23. val Wait: Cursor

    The wait cursor type.

  24. def apply(identifier: String): Cursor

    Returns a cursor for the specified identifier.

  25. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  26. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  29. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. implicit def sfxCursor2jfx(c: Cursor): javafx.scene.Cursor
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. val CLOSED_HAND: Cursor
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use ClosedHand; CLOSED_HAND will be removed in a future release

  2. val CROSSHAIR: Cursor
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use Crosshair; CROSSHAIR will be removed in a future release

  3. val DEFAULT: Cursor
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use Default; DEFAULT will be removed in a future release

  4. val DISAPPEAR: Cursor
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use Disappear; DISAPPEAR will be removed in a future release

  5. val E_RESIZE: Cursor
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use EResize; E_RESIZE will be removed in a future release

  6. val HAND: Cursor
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use Hand; HAND will be removed in a future release

  7. val H_RESIZE: Cursor
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use HResize; H_RESIZE will be removed in a future release

  8. val MOVE: Cursor
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use Move; MOVE will be removed in a future release

  9. val NE_RESIZE: Cursor
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use NEResize; NE_RESIZE will be removed in a future release

  10. val NONE: Cursor
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use None; NONE will be removed in a future release

  11. val NW_RESIZE: Cursor
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use NWResize; NW_RESIZE will be removed in a future release

  12. val N_RESIZE: Cursor
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use NResize; N_RESIZE will be removed in a future release

  13. val OPEN_HAND: Cursor
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use OpenHand; OPEN_HAND will be removed in a future release

  14. val SE_RESIZE: Cursor
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use SEResize; SE_RESIZE will be removed in a future release

  15. val SW_RESIZE: Cursor
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use SWResize; SW_RESIZE will be removed in a future release

  16. val S_RESIZE: Cursor
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use SResize; S_RESIZE will be removed in a future release

  17. val TEXT: Cursor
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use Text; TEXT will be removed in a future release

  18. val V_RESIZE: Cursor
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use VResize; V_RESIZE will be removed in a future release

  19. val WAIT: Cursor
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use Wait; WAIT will be removed in a future release

  20. val W_RESIZE: Cursor
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use WResize; W_RESIZE will be removed in a future release

  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped