scalafx.scene.control.TreeTableView
Creates an instance of this class, with the provided TreeTableView, TreeTableColumn and delta values being set and stored in this immutable instance.
Creates an instance of this class, with the provided TreeTableView, TreeTableColumn and delta values being set and stored in this immutable instance.
The TreeTableView upon which the resize operation is occurring.
The column upon which the resize is occurring, or null if this ResizeFeatures instance is being created as a result of a TreeTableView resize operation.
The amount of horizontal space added or removed in the resize operation.
Creates a new ScalaFX ResizeFeatures from its JavaFX counterpart.
Creates a new ScalaFX ResizeFeatures from its JavaFX counterpart.
JavaFX ResizeFeatures to be wrapped.
Returns the column upon which the resize is occurring, or null if this ResizeFeatures instance was created as a result of a TreeTableView resize operation.
Returns the column upon which the resize is occurring, or null if this ResizeFeatures instance was created as a result of a TreeTableView resize operation.
JavaFX ResizeFeatures to be wrapped.
JavaFX ResizeFeatures to be wrapped.
The amount of horizontal space added or removed in the resize operation.
The amount of horizontal space added or removed in the resize operation.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
The delegate hashcode
Returns the TreeTableView upon which the resize operation is occurring.
Returns the original delegate's toString()
adding a [SFX]
prefix.
An immutable wrapper class for use in the TableView column resize functionality.
Wraps a JavaFX http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/TreeTableView.ResizeFeatures.html