< prev index next >

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

Print this page

        

@@ -109,10 +109,11 @@
         return nonFixedColumnIndex;
     }
 
     /**
      * The TableView that this TablePosition is related to.
+     * @return the TableView
      */
     public final TableView<S> getTableView() {
         return controlRef.get();
     }
 
< prev index next >