< prev index next >

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

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

@@ -341,11 +341,11 @@
  * {@link TableColumn#setOnEditCommit(javafx.event.EventHandler)} with your own
  * {@link EventHandler}, then you will be removing the default handler. Unless
  * you then handle the writeback to the property (or the relevant data source),
  * nothing will happen. You can work around this by using the
  * {@link TableColumn#addEventHandler(javafx.event.EventType, javafx.event.EventHandler)}
- * method to add a {@link TableColumn#EDIT_COMMIT_EVENT} {@link EventType} with
+ * method to add a {@link TableColumn#editCommitEvent()} {@link EventType} with
  * your desired {@link EventHandler} as the second argument. Using this method,
  * you will not replace the default implementation, but you will be notified when
  * an edit commit has occurred.</p>
  *
  * <p>Hopefully this summary answers some of the commonly asked questions.
< prev index next >