scalafx.scene

Cursor

Related Docs: class Cursor | package scene

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: 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 CLOSED_HAND: 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 E_RESIZE: Cursor

    The east-resize cursor type.

  9. val HAND: Cursor

    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

    The horizontal cursor type.

  11. val MOVE: Cursor

    The move cursor type.

  12. val NE_RESIZE: Cursor

    The north-east-resize cursor type.

  13. val NONE: Cursor

    The none cursor type.

  14. val NW_RESIZE: Cursor

    The north-west-resize cursor type.

  15. val N_RESIZE: Cursor

    The north-resize cursor type.

  16. val OPEN_HAND: Cursor

    A cursor with a hand which is open

  17. val SE_RESIZE: Cursor

    The south-east-resize cursor type.

  18. val SW_RESIZE: Cursor

    The south-west-resize cursor type.

  19. val S_RESIZE: Cursor

    The south-resize cursor type.

  20. val TEXT: Cursor

    The text cursor type.

  21. val V_RESIZE: Cursor

    The vertical cursor type.

  22. val WAIT: Cursor

    The wait cursor type.

  23. val W_RESIZE: Cursor

    The west-resize 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  38. def toString(): String

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped