< prev index next >

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

Print this page

        

*** 114,123 **** --- 114,124 ---- * * **************************************************************************/ /** * 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 >