< prev index next >

modules/javafx.base/src/main/java/javafx/beans/property/FloatProperty.java

Print this page

        

*** 111,121 **** * {@link javafx.beans.property.Property} and is * bidirectionally bound to it. * Changing this property will result in a change of the original property. * * <p> ! * This is very useful when bidirectionally binding an ObjectProperty<Float> and * a FloatProperty. * * <blockquote><pre> * FloatProperty floatProperty = new SimpleFloatProperty(1.0f); * ObjectProperty&lt;Float&gt; objectProperty = new SimpleObjectProperty&lt;&gt;(2.0f); --- 111,121 ---- * {@link javafx.beans.property.Property} and is * bidirectionally bound to it. * Changing this property will result in a change of the original property. * * <p> ! * This is very useful when bidirectionally binding an ObjectProperty&lt;Float&gt; and * a FloatProperty. * * <blockquote><pre> * FloatProperty floatProperty = new SimpleFloatProperty(1.0f); * ObjectProperty&lt;Float&gt; objectProperty = new SimpleObjectProperty&lt;&gt;(2.0f);
< prev index next >