< prev index next >

modules/javafx.controls/src/main/java/javafx/scene/control/cell/TreeItemPropertyValueFactory.java

Print this page
rev 10598 : 8185767: Fix broken links in Javadocs

*** 79,89 **** * the {@code TreeTableCell} will not be able to observe changes to the property, * unlike in the first approach above. * </p> * * <p>For reference (and as noted in the TreeTableColumn ! * {@link TreeTableColumn#cellValueFactory cell value factory} documentation), the * long form of the code above would be the following: * </p> * * <pre><code> * TreeTableColumn&lt;Person,String&gt; firstNameCol = new TreeTableColumn&lt;Person,String&gt;("First Name"); --- 79,89 ---- * the {@code TreeTableCell} will not be able to observe changes to the property, * unlike in the first approach above. * </p> * * <p>For reference (and as noted in the TreeTableColumn ! * {@link TreeTableColumn#cellValueFactoryProperty() cell value factory} documentation), the * long form of the code above would be the following: * </p> * * <pre><code> * TreeTableColumn&lt;Person,String&gt; firstNameCol = new TreeTableColumn&lt;Person,String&gt;("First Name");
< prev index next >