scalafx.scene.control.TableView
Creates an instance of this class, with the provided TableView, TableColumn and delta values being set and stored in this immutable instance.
Creates an instance of this class, with the provided TableView, TableColumn and delta values being set and stored in this immutable instance.
The TableView 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 TableView 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.
The column upon which the resize is occurring, or null if this ResizeFeatures instance was created as a result of a resize operation.
The column upon which the resize is occurring, or null if this ResizeFeatures instance was created as a result of a 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 column upon which the resize is occurring, or null
if this
ResizeFeatures
instance was created as a result of a TableView resize operation.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Wraps a JavaFX ResizeFeatures.