JavaFX object to be wrapped.
JavaFX object to be wrapped.
Returns ObservableValue
Returns ObservableValue
ObservableValue
Returns ObservableValue
Returns ObservableValue
ObservableValue
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
The delegate hashcode
Adds a function as a ChangeListener.
Adds a function as a ChangeListener. This function has no arguments because it will not handle values changed.
A Function with no arguments. It will be called when value changes.
A new scalafx.event.subscriptions.Subscription to remove ObservableValue.
Adds a function as a ChangeListener.
Adds a function as a ChangeListener. This function has all arguments from
T, T) changed
method from ChangeListener.
J superclass.
Function that receives a
ObservableValue,
the old value and the new value. It will be called when value changes.
A new scalafx.event.subscriptions.Subscription to remove ObservableValue.
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.
A Function with no arguments. It will be called when value was invalidated.
A new scalafx.event.subscriptions.Subscription to remove JavaFX InvalidationListener.
Adds a function as a JavaFX InvalidationListener.
Adds a function as a JavaFX InvalidationListener. This function has all arguments from
invalidated
method from InvalidationListener.
Function that receives a ScalaFX Observable. It will be called when value was invalidated.
A new scalafx.event.subscriptions.Subscription to remove JavaFX InvalidationListener.
Returns the original delegate's toString() adding a [SFX] prefix.
An ObservableValue is an entity that wraps a value and allows to observe the value for changes.
Indicates Scala type that will be returned for this Observable.
Indicates Java type to be wrapped by T. Eventually T and J could be the same.