Class ResizeFeaturesBase<S>

java.lang.Object
javafx.scene.control.ResizeFeaturesBase<S>
Type Parameters:
S - the type of the objects contained within the control's items list
Direct Known Subclasses:
TableView.ResizeFeatures, TreeTableView.ResizeFeatures

public abstract class ResizeFeaturesBase<S> extends Object
A wrapper class for use by the column resize policies offered by controls such as TableView and TreeTableView.
Since:
JavaFX 8.0