scalafx.scene

SceneProperty

class SceneProperty extends ReadOnlyObjectProperty[javafx.scene.Scene] with SFXDelegate[ReadOnlyObjectProperty[javafx.scene.Scene]]

Source
SceneProperty.scala
Linear Supertypes
ReadOnlyObjectProperty[javafx.scene.Scene], ReadOnlyProperty[javafx.scene.Scene, javafx.scene.Scene], ObservableValue[javafx.scene.Scene, javafx.scene.Scene], Observable, SFXDelegate[ReadOnlyObjectProperty[javafx.scene.Scene]], ObjectExpression[javafx.scene.Scene], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SceneProperty
  2. ReadOnlyObjectProperty
  3. ReadOnlyProperty
  4. ObservableValue
  5. Observable
  6. SFXDelegate
  7. ObjectExpression
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SceneProperty(delegate: ReadOnlyObjectProperty[javafx.scene.Scene])

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. def =!=(v: AnyRef): BooleanBinding

    Definition Classes
    ObjectExpression
  5. def =!=[T](v: ObservableValue[T, T]): BooleanBinding

    Definition Classes
    ObjectExpression
  6. def =!=(v: ObservableObjectValue[_]): BooleanBinding

    Definition Classes
    ObjectExpression
  7. def =!=(v: Null): BooleanBinding

    Definition Classes
    ObjectExpression
  8. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  10. def ===(v: AnyRef): BooleanBinding

    Definition Classes
    ObjectExpression
  11. def ===[T](v: ObservableValue[T, T]): BooleanBinding

    Definition Classes
    ObjectExpression
  12. def ===(v: ObservableObjectValue[_]): BooleanBinding

    Definition Classes
    ObjectExpression
  13. def ===(v: Null): BooleanBinding

    Definition Classes
    ObjectExpression
  14. def apply(): javafx.scene.Scene

    Returns ObservableValue

    Returns ObservableValue

    returns

    ObservableValue

    Definition Classes
    ObservableValue
  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def bean: AnyRef

    Returns the Object that contains this property.

    Returns the Object that contains this property.

    Definition Classes
    ReadOnlyProperty
  17. def camera: ObjectBinding[ObjectBinding[javafx.scene.Camera]]

  18. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def cursor: ObjectBinding[ObjectBinding[javafx.scene.Cursor]]

  20. val delegate: ReadOnlyObjectProperty[javafx.scene.Scene]

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    ScenePropertyReadOnlyObjectPropertySFXDelegateObjectExpression
  21. def depthBuffer: BooleanBinding

  22. def effectiveNodeOrientation: ObjectBinding[ReadOnlyObjectProperty[NodeOrientation]]

  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def equals(ref: Any): Boolean

    Verifies if a object is equals to this delegate.

    Verifies if a object is equals to this delegate.

    ref

    Object to be compared.

    returns

    if the other object is equals to this delegate or not.

    Definition Classes
    SFXDelegate → AnyRef → Any
  25. def eventDispatcher: ObjectBinding[ObjectBinding[EventDispatcher]]

  26. def fill: ObjectBinding[ObjectBinding[Paint]]

  27. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def focusOwner: ObjectBinding[javafx.scene.Node]

  29. final def getClass(): Class[_]

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

    returns

    The delegate hashcode

    Definition Classes
    SFXDelegate → AnyRef → Any
  31. def height: DoubleBinding

  32. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  33. def name: String

    Returns the name of this property.

    Returns the name of this property.

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

    Definition Classes
    AnyRef
  35. def nodeOrientation: ObjectBinding[ReadOnlyObjectProperty[NodeOrientation]]

  36. final def notify(): Unit

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

    Definition Classes
    AnyRef
  38. def onChange[J1 >: javafx.scene.Scene](op: ⇒ Unit): Subscription

    Adds a function as a ChangeListener.

    Adds a function as a ChangeListener. This function has no arguments because it will not handle values changed.

    op

    A Function with no arguments. It will be called when value changes.

    returns

    A new scalafx.event.subscriptions.Subscription to remove ObservableValue.

    Definition Classes
    ObservableValue
  39. def onChange[J1 >: javafx.scene.Scene](op: (ObservableValue[javafx.scene.Scene, javafx.scene.Scene], J1, J1) ⇒ Unit): Subscription

    Adds a function as a ChangeListener.

    Adds a function as a ChangeListener. This function has all arguments from T, T) changed method from ChangeListener.

    J1

    J superclass.

    op

    Function that receives a ObservableValue, the old value and the new value. It will be called when value changes.

    returns

    A new scalafx.event.subscriptions.Subscription to remove ObservableValue.

    Definition Classes
    ObservableValue
  40. def onContextMenuRequested: ObjectBinding[ObjectBinding[_ >: ContextMenuEvent]]

  41. def onDragDetected: ObjectBinding[ObjectBinding[_ >: DragEvent]]

  42. def onDragDone: ObjectBinding[ObjectBinding[_ >: DragEvent]]

  43. def onDragDropped: ObjectBinding[ObjectBinding[_ >: DragEvent]]

  44. def onDragEntered: ObjectBinding[ObjectBinding[_ >: DragEvent]]

  45. def onDragExited: ObjectBinding[ObjectBinding[_ >: DragEvent]]

  46. def onDragOver: ObjectBinding[ObjectBinding[_ >: DragEvent]]

  47. def onInputMethodTextChanged: ObjectBinding[ObjectBinding[_ >: InputEvent]]

  48. def onInvalidate(op: ⇒ Unit): Subscription

    Adds a no argument function as a JavaFX InvalidationListener.

    Adds a no argument function as a JavaFX InvalidationListener. This function has no arguments because it will not handle invalidated values.

    op

    A Function with no arguments. It will be called when value was invalidated.

    returns

    A new scalafx.event.subscriptions.Subscription to remove ObservableValue.

    Definition Classes
    Observable
  49. def onInvalidate(op: (Observable) ⇒ Unit): Subscription

    Adds a function as a JavaFX InvalidationListener.

    Adds a function as a JavaFX InvalidationListener. This function has all arguments from invalidated method from InvalidationListener.

    op

    Function that receives a ScalaFX Observable. It will be called when value was invalidated.

    returns

    A new scalafx.event.subscriptions.Subscription to remove ObservableValue.

    Definition Classes
    Observable
  50. def onKeyPressed: ObjectBinding[ObjectBinding[_ >: KeyEvent]]

  51. def onKeyReleased: ObjectBinding[ObjectBinding[_ >: KeyEvent]]

  52. def onKeyTyped: ObjectBinding[ObjectBinding[_ >: KeyEvent]]

  53. def onMouseClicked: ObjectBinding[ObjectBinding[_ >: MouseEvent]]

  54. def onMouseDragEntered: ObjectBinding[ObjectBinding[_ >: MouseEvent]]

  55. def onMouseDragExited: ObjectBinding[ObjectBinding[_ >: MouseEvent]]

  56. def onMouseDragOver: ObjectBinding[ObjectBinding[_ >: MouseEvent]]

  57. def onMouseDragReleased: ObjectBinding[ObjectBinding[_ >: MouseEvent]]

  58. def onMouseDragged: ObjectBinding[ObjectBinding[_ >: MouseEvent]]

  59. def onMouseEntered: ObjectBinding[ObjectBinding[_ >: MouseEvent]]

  60. def onMouseExited: ObjectBinding[ObjectBinding[_ >: MouseEvent]]

  61. def onMouseMoved: ObjectBinding[ObjectBinding[_ >: MouseEvent]]

  62. def onMousePressed: ObjectBinding[ObjectBinding[_ >: MouseEvent]]

  63. def onMouseReleased: ObjectBinding[ObjectBinding[_ >: MouseEvent]]

  64. def onRotate: ObjectBinding[ObjectBinding[_ >: RotateEvent]]

  65. def onRotationFinished: ObjectBinding[ObjectBinding[_ >: RotateEvent]]

  66. def onRotationStarted: ObjectBinding[ObjectBinding[_ >: RotateEvent]]

  67. def onScroll: ObjectBinding[ObjectBinding[_ >: ScrollEvent]]

  68. def onScrollFinished: ObjectBinding[ObjectBinding[_ >: ScrollEvent]]

  69. def onScrollStarted: ObjectBinding[ObjectBinding[_ >: ScrollEvent]]

  70. def onSwipeDown: ObjectBinding[ObjectBinding[_ >: SwipeEvent]]

  71. def onSwipeLeft: ObjectBinding[ObjectBinding[_ >: SwipeEvent]]

  72. def onSwipeRight: ObjectBinding[ObjectBinding[_ >: SwipeEvent]]

  73. def onSwipeUp: ObjectBinding[ObjectBinding[_ >: SwipeEvent]]

  74. def onTouchMoved: ObjectBinding[ObjectBinding[_ >: TouchEvent]]

  75. def onTouchPressed: ObjectBinding[ObjectBinding[_ >: TouchEvent]]

  76. def onTouchReleased: ObjectBinding[ObjectBinding[_ >: TouchEvent]]

  77. def onTouchStationary: ObjectBinding[ObjectBinding[_ >: TouchEvent]]

  78. def onZoom: ObjectBinding[ObjectBinding[_ >: ZoomEvent]]

  79. def onZoomFinished: ObjectBinding[ObjectBinding[_ >: ZoomEvent]]

  80. def onZoomStarted: ObjectBinding[ObjectBinding[_ >: ZoomEvent]]

  81. def root: ObjectBinding[javafx.scene.Parent]

  82. def select[T](s: String): ObjectBinding[T]

    Definition Classes
    ObjectExpression
  83. def selectBoolean(s: String): BooleanBinding

    Definition Classes
    ObjectExpression
  84. def selectDouble(s: String): DoubleBinding

    Definition Classes
    ObjectExpression
  85. def selectFloat(s: String): FloatBinding

    Definition Classes
    ObjectExpression
  86. def selectInteger(s: String): IntegerBinding

    Definition Classes
    ObjectExpression
  87. def selectLong(s: String): LongBinding

    Definition Classes
    ObjectExpression
  88. def selectString(s: String): StringBinding

    Definition Classes
    ObjectExpression
  89. def stylesheets: ObjectBinding[ObjectBinding[ObservableList[String]]]

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

    Definition Classes
    AnyRef
  91. def toString(): String

    returns

    Returns the original delegate's toString() adding a [SFX] prefix.

    Definition Classes
    SFXDelegate → AnyRef → Any
  92. def userAgentStylesheet: ObjectBinding[String]

  93. def value: javafx.scene.Scene

    Returns ObservableValue

    Returns ObservableValue

    returns

    ObservableValue

    Definition Classes
    ReadOnlyObjectPropertyObservableValue
  94. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  97. def width: DoubleBinding

  98. def window: ObjectBinding[Window]

  99. def x: DoubleBinding

  100. def y: DoubleBinding

Inherited from ReadOnlyObjectProperty[javafx.scene.Scene]

Inherited from ReadOnlyProperty[javafx.scene.Scene, javafx.scene.Scene]

Inherited from ObservableValue[javafx.scene.Scene, javafx.scene.Scene]

Inherited from Observable

Inherited from SFXDelegate[ReadOnlyObjectProperty[javafx.scene.Scene]]

Inherited from ObjectExpression[javafx.scene.Scene]

Inherited from AnyRef

Inherited from Any

Ungrouped