scalafx.scene

Cursor

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val ClosedHand: Cursor

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

  7. val Crosshair: Cursor

    The crosshair cursor type.

  8. val Default: Cursor

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

  9. val Disappear: Cursor

    The disappear cursor type.

  10. val EResize: Cursor

    The east-resize cursor type.

  11. val HResize: Cursor

    The horizontal cursor type.

  12. val Hand: Cursor

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

  13. val Move: Cursor

    The move cursor type.

  14. val NEResize: Cursor

    The north-east-resize cursor type.

  15. val NResize: Cursor

    The north-resize cursor type.

  16. val NWResize: Cursor

    The north-west-resize cursor type.

  17. val None: Cursor

    The none cursor type.

  18. val OpenHand: Cursor

    A cursor with a hand which is open

  19. val SEResize: Cursor

    The south-east-resize cursor type.

  20. val SResize: Cursor

    The south-resize cursor type.

  21. val SWResize: Cursor

    The south-west-resize cursor type.

  22. val Text: Cursor

    The text cursor type.

  23. val VResize: Cursor

    The vertical cursor type.

  24. val WResize: Cursor

    The west-resize cursor type.

  25. val Wait: Cursor

    The wait cursor type.

  26. def apply(identifier: String): Cursor

    Returns a cursor for the specified identifier.

  27. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  28. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  31. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  32. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  33. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  37. implicit def sfxCursor2jfx(c: Cursor): javafx.scene.Cursor

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

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped