Class/Object

scalafx.scene

SceneProperty

Related Docs: object SceneProperty | package scene

Permalink

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

Annotations
@deprecated
Deprecated

(Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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
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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def =!=(v: AnyRef): BooleanBinding

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

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

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

    Permalink
    Definition Classes
    ObjectExpression
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def ===(v: AnyRef): BooleanBinding

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

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

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

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

    Permalink

    Returns ObservableValue

    Returns ObservableValue

    returns

    ObservableValue

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

    Permalink
    Definition Classes
    Any
  14. def bean: AnyRef

    Permalink

    Returns the Object that contains this property.

    Returns the Object that contains this property.

    Definition Classes
    ReadOnlyProperty
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. val delegate: ReadOnlyObjectProperty[javafx.scene.Scene]

    Permalink

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    ScenePropertyReadOnlyObjectPropertySFXDelegateObjectExpression
  17. final def eq(arg0: AnyRef): Boolean

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

    Permalink

    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
  19. def finalize(): Unit

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

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

    Permalink

    returns

    The delegate hashcode

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

    Permalink
    Definition Classes
    Any
  23. def name: String

    Permalink

    Returns the name of this property.

    Returns the name of this property.

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

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

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

    Permalink

    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
  28. def onChange[J1 >: javafx.scene.Scene](op: (ObservableValue[javafx.scene.Scene, javafx.scene.Scene], J1, J1) ⇒ Unit): Subscription

    Permalink

    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
  29. def onInvalidate(op: ⇒ Unit): Subscription

    Permalink

    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 JavaFX InvalidationListener.

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

    Permalink

    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 JavaFX InvalidationListener.

    Definition Classes
    Observable
  31. def select[T](s: String): ObjectBinding[T]

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

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

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

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

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

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

    Permalink
    Definition Classes
    ObjectExpression
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink

    returns

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  40. def value: javafx.scene.Scene

    Permalink

    Returns ObservableValue

    Returns ObservableValue

    returns

    ObservableValue

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def camera: ObjectBinding[ObjectBinding[javafx.scene.Camera]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

  2. def cursor: ObjectBinding[ObjectBinding[javafx.scene.Cursor]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

  3. def depthBuffer: BooleanBinding

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

  5. def eventDispatcher: ObjectBinding[ObjectBinding[EventDispatcher]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

  7. def focusOwner: ObjectBinding[javafx.scene.Node]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

  8. def height: DoubleBinding

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

  9. def nodeOrientation: ObjectBinding[ReadOnlyObjectProperty[NodeOrientation]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

  10. def onContextMenuRequested: ObjectBinding[ObjectBinding[_ >: ContextMenuEvent]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

  18. def onKeyPressed: ObjectBinding[ObjectBinding[_ >: KeyEvent]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

  22. def onMouseDragEntered: ObjectBinding[ObjectBinding[_ >: MouseDragEvent]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

  23. def onMouseDragExited: ObjectBinding[ObjectBinding[_ >: MouseDragEvent]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

  24. def onMouseDragOver: ObjectBinding[ObjectBinding[_ >: MouseDragEvent]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

  25. def onMouseDragReleased: ObjectBinding[ObjectBinding[_ >: MouseDragEvent]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

  50. def stylesheets: ObjectBinding[ObjectBinding[ObservableList[String]]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

  51. def userAgentStylesheet: ObjectBinding[String]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

  52. def width: DoubleBinding

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

  53. def window: ObjectBinding[Window]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

  54. def x: DoubleBinding

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

  55. def y: DoubleBinding

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use of SceneProperty can result in infinite recursion and StackOverflow errors. See discussion of [Issue #69](https://github.com/scalafx/scalafx/issues/69)

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