< prev index next >

modules/javafx.controls/src/main/java/javafx/scene/control/skin/TableCellSkinBase.java

Print this page

        

@@ -114,10 +114,11 @@
      *                                                                         *
      **************************************************************************/
 
     /**
      * The TableColumnBase instance that is responsible for this Cell.
+     * @return the TableColumnBase instance that is responsible for this Cell
      */
     public abstract ReadOnlyObjectProperty<? extends TableColumnBase<S,T>> tableColumnProperty();
     public final TableColumnBase<S,T> getTableColumn() {
         return tableColumnProperty().get();
     }
< prev index next >