Creates a new ReadOnlyStringWrapper instance.
Creates a new ReadOnlyStringWrapper instance.
the bean of this ReadOnlyStringWrapper
the name of this ReadOnlyStringWrapper
the initial value of the wrapped value
Creates a new ReadOnlyStringWrapper instance.
Creates a new ReadOnlyStringWrapper instance.
the bean of this ReadOnlyStringWrapper
the name of this ReadOnlyStringWrapper
Returns a new scalafx.animation.Tweenable from a End Value.
Returns a new scalafx.animation.Tweenable from a End Value.
End Value
a new Tweenable with this Property and end value passed.
Create a unidirectional binding for this Property.
Create a unidirectional binding for this Property.
ScalaFX ObservableValue this Property should be bound to.
Create a unidirectional binding for this Property.
Create a unidirectional binding for this Property.
JavaFX ObservableValue this Property should be bound to.
Create a bidirectional binding between this Property and another JavaFX Property.
Create a bidirectional binding between this Property and another JavaFX Property.
the other JavaFX Property
Create a bidirectional binding between this Property and another ScalaFX Property.
Create a bidirectional binding between this Property and another ScalaFX Property.
the other ScalaFX Property
Returns ObservableValue
Returns the Object that contains this property.
Returns the Object that contains this property.
JavaFX object to be wrapped.
JavaFX object to be wrapped.
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
Returns the name of this property.
Returns the name of this property.
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
.
The read-only property, that is synchronized with this ReadOnlyStringWrapper.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Remove a bidirectional binding between this Property and another JavaFX one.
Remove a bidirectional binding between this Property and another JavaFX one. If no bidirectional binding between the properties exists, calling this method has no effect.
- the other Property
Remove a bidirectional binding between this Property and another ScalaFX one.
Remove a bidirectional binding between this Property and another ScalaFX one. If no bidirectional binding between the properties exists, calling this method has no effect.
- the other Property
Remove the unidirectional binding for this Property.
Remove the unidirectional binding for this Property. If the Property is not bound, calling this method has no effect.
Set the wrapped value.
Returns ObservableValue
Returns ObservableValue
ObservableValue
Set the wrapped value.
Wrapper for javafx.beans.property.ReadOnlyStringWrapper