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 ClosedHand: 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 EResize: Cursor

    Permalink

    The east-resize cursor type.

  9. val HResize: Cursor

    Permalink

    The horizontal cursor type.

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

  11. val Move: Cursor

    Permalink

    The move cursor type.

  12. val NEResize: Cursor

    Permalink

    The north-east-resize cursor type.

  13. val NResize: Cursor

    Permalink

    The north-resize cursor type.

  14. val NWResize: Cursor

    Permalink

    The north-west-resize cursor type.

  15. val None: Cursor

    Permalink

    The none cursor type.

  16. val OpenHand: Cursor

    Permalink

    A cursor with a hand which is open

  17. val SEResize: Cursor

    Permalink

    The south-east-resize cursor type.

  18. val SResize: Cursor

    Permalink

    The south-resize cursor type.

  19. val SWResize: Cursor

    Permalink

    The south-west-resize cursor type.

  20. val Text: Cursor

    Permalink

    The text cursor type.

  21. val VResize: Cursor

    Permalink

    The vertical cursor type.

  22. val WResize: Cursor

    Permalink

    The west-resize cursor type.

  23. val Wait: Cursor

    Permalink

    The wait 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( ... )

Deprecated Value Members

  1. val CLOSED_HAND: Cursor

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  2. val CROSSHAIR: Cursor

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  3. val DEFAULT: Cursor

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  4. val DISAPPEAR: Cursor

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  5. val E_RESIZE: Cursor

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  6. val HAND: Cursor

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  7. val H_RESIZE: Cursor

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  8. val MOVE: Cursor

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  9. val NE_RESIZE: Cursor

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  10. val NONE: Cursor

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  11. val NW_RESIZE: Cursor

    Permalink
    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

    Permalink
    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

    Permalink
    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

    Permalink
    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

    Permalink
    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

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  17. val TEXT: Cursor

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  18. val V_RESIZE: Cursor

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  19. val WAIT: Cursor

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  20. val W_RESIZE: Cursor

    Permalink
    Annotations
    @deprecated
    Deprecated

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

Inherited from AnyRef

Inherited from Any

Ungrouped