- 
    Bug 
- 
    Resolution: Fixed
- 
     P4 P4
- 
    8
- 
    None
                    To reproduce: 
add TableView
select TableColumn
click on Editable or Sortable link
The link will be like following
http://docs.oracle.com/javafx/2/api/javafx/scene/control/TableColumnBase.html#isSortable() but it should be like following
http://docs.oracle.com/javafx/2/api/javafx/scene/control/TableColumn.html#isEditable()
            
add TableView
select TableColumn
click on Editable or Sortable link
The link will be like following
http://docs.oracle.com/javafx/2/api/javafx/scene/control/TableColumnBase.html#isSortable() but it should be like following
http://docs.oracle.com/javafx/2/api/javafx/scene/control/TableColumn.html#isEditable()
- relates to
- 
                    JDK-8097653 Set the javadoc pointers to docs.oracle.com when available -           
- Resolved
 
-