< prev index next >

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

Print this page

        

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