< prev index next >

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

Print this page

        

*** 54,67 **** --- 54,70 ---- /** * Returns the column upon which the resize is occurring, or null * if this ResizeFeatures instance was created as a result of a * resize operation. + * @return the column upon which the resize is occurring */ public TableColumnBase<S,?> getColumn() { return column; } /** * Returns the amount of horizontal space added or removed in the * resize operation. + * @return the amount of horizontal space added or removed in the + * resize operation */ public Double getDelta() { return delta; } }
< prev index next >