< prev index next >

modules/javafx.controls/src/main/java/javafx/scene/control/TableColumnBase.java

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

@@ -77,11 +77,11 @@
  *    <li>Display {@link #textProperty() header text}
  *    <li>Display any {@link #getColumns() nested columns} it may contain
  *    <li>Have a {@link #contextMenuProperty() context menu} when the user
  *      right-clicks the column header area
  *    <li>Have the contents of the table be sorted (using
- *      {@link #comparatorProperty() comparator}, {@link #sortable sortable} and
+ *      {@link #comparatorProperty() comparator}, {@link #sortableProperty() sortable} and
  *      sortType).
  * </ul>
  *
  * When instantiating a concrete subclass of TableColumnBase, perhaps the two
  * most important properties to set are the column {@link #textProperty() text}
< prev index next >