< prev index next >

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

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

@@ -78,11 +78,11 @@
  * the {@code TableCell} 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 TableColumn
- * {@link TableColumn#cellValueFactory cell value factory} documentation), the
+ * {@link TableColumn#cellValueFactoryProperty()}  cell value factory} documentation), the
  * long form of the code above would be the following:
  * </p>
  *
  * <pre><code>
  * TableColumn&lt;Person,String&gt; firstNameCol = new TableColumn&lt;Person,String&gt;("First Name");
< prev index next >