JDK-8114765 : TableView JavaDoc has many broken see also links
  • Type: Sub-task
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: fx2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2011-06-28
  • Updated: 2015-06-16
  • Resolved: 2011-09-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
fx2.0Fixed
Related Reports
Relates :  
Description
TableView javadoc has many broken links, for example:
#setRowFactory(javafx.util.Callback, javafx.scene.control.TableRow>)
#setColumnResizePolicy(javafx.util.Callback)
#setOnEditStart(javafx.event.EventHandler)
...
Comments
Verified in b44. Added comment on "#viewColumns" to RT-14769.
02-09-2011

Most of the links are fixed by a doclet fix, the only thing left is the #viewColumns reference (viewColumns was removed, I guess) in the getColumns() method javadoc.
10-08-2011