Constructs a TablePosition instance to represent the given row/column position in the given TableView instance.
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 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/javafx/2/api/javafx/scene/control/TablePosition.html.