Constructs a TablePosition instance to represent the given row/column position in the given TableView instance.
creates a new ScalaFX TablePosition from a JavaFX one.
The column index that this TablePosition represents in the TableView.
The column index that this TablePosition represents in the TableView.
JavaFX object to be wrapped.
JavaFX object to be wrapped.
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.
The TableView that this TablePosition is related to.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/TablePosition.html.
The type of the items contained within the TableView (i.e. the same generic type as the S in TableView<S>).
The type of the items contained within the TableColumn.