Generic interface that defines the methods common to all (writable) properties independent of their type.
extends ReadOnlyProperty<T>, WritableValue<T>
Parameters:
<T>
Since: JavaFX 2.0
javafx.beans.binding.Bindings.bindBidirectional()
javafx.beans.property.BooleanProperty.bindBidirectional()
javafx.beans.property.DoubleProperty.bindBidirectional()
javafx.beans.property.FloatProperty.bindBidirectional()
javafx.beans.property.IntegerProperty.bindBidirectional()
javafx.beans.property.ListProperty.bindBidirectional()
javafx.beans.property.LongProperty.bindBidirectional()
javafx.beans.property.MapProperty.bindBidirectional()
javafx.beans.property.ObjectProperty.bindBidirectional()
javafx.beans.property.Property.bindBidirectional()
javafx.beans.property.SetProperty.bindBidirectional()
javafx.beans.property.StringProperty.bindBidirectional()