< prev index next >

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

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

@@ -2166,12 +2166,12 @@
         private final S newValue;
         private transient final TreeItem<S> treeItem;
 
         /**
          * Creates a new EditEvent instance to represent an edit event. This
-         * event is used for {@link #EDIT_START_EVENT},
-         * {@link #EDIT_COMMIT_EVENT} and {@link #EDIT_CANCEL_EVENT} types.
+         * event is used for {@link #editStartEvent()},
+         * {@link #editCommitEvent()} and {@link #editCancelEvent()} types.
          * @param source the source
          * @param eventType the eventType
          * @param treeItem the treeItem
          * @param oldValue the oldValue
          * @param newValue the newValue
< prev index next >