Constructs a TreeTablePosition instance to represent the given row/column position in the given TreeTableView instance.
Constructs a TreeTablePosition instance to represent the given row/column position in the given TreeTableView instance.
The TreeTableView that this position is related to.
The row that this TreeTablePosition is representing.
The TreeTableColumn instance that this TreeTablePosition represents.
Creates a new TreeTablePosition from a JavaFX one.
Creates a new TreeTablePosition from a JavaFX one.
A JavaFX TreeTablePosition to be wrapped. Its defaul value is a new JavaFX TreeTablePosition.
The column index that this TablePosition represents in the TableView.
The column index that this TablePosition represents in the TableView.
A JavaFX TreeTablePosition to be wrapped.
A JavaFX TreeTablePosition to be wrapped. Its defaul value is a new JavaFX TreeTablePosition.
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
The row that this TablePosition represents in the TableView.
The row that this TablePosition represents in the TableView.
The TableColumn that this TablePosition represents in the TableView.
The TableColumn that this TablePosition represents in the TableView.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Returns the TreeItem that backs the TablePositionBase.row
Returns the TreeItem that backs the TablePositionBase.row
The TreeTableView that this TreeTablePosition is related to.
The TreeTableView that this TreeTablePosition is related to.
Wraps a JavaFX TreeTablePosition.
The type of the TreeItem instances contained within the TreeTableView.
The type of the items contained within the TreeTableColumn.
8.0