< prev index next >

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

Print this page

        

*** 109,119 **** * {@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<Long> and * a LongProperty. * * <blockquote><pre> * LongProperty longProperty = new SimpleLongProperty(1L); * ObjectProperty&lt;Long&gt; objectProperty = new SimpleObjectProperty&lt;&gt;(2L); --- 109,119 ---- * {@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;Long&gt; and * a LongProperty. * * <blockquote><pre> * LongProperty longProperty = new SimpleLongProperty(1L); * ObjectProperty&lt;Long&gt; objectProperty = new SimpleObjectProperty&lt;&gt;(2L);
< prev index next >