scalafx.scene.control.TableView
Creates a default TableViewFocusModel instance that will be used to manage focus of the provided TableView control.
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.
Convenience method for setting focus on a particular row or cell using a TablePosition.
Causes the item at the given index to receive the focus.
Causes the item at the given index to receive the focus.
Causes the item at the given index to receive the focus.
Attempts to move focus to the cell above the currently focused cell.
Attempts to move focus to the cell below the currently focused cell.
Attempts to move focus to the cell to the left of the currently focused cell.
Attempts to give focus to the row after to the currently focused row.
Attempts to give focus to the row after to the currently focused row.
Attempts to give focus to the row previous to the currently focused row.
Attempts to give focus to the row previous to the currently focused row.
Attempts to move focus to the cell to the right of the the currently focused cell.
The position of the current item in the TableView which has the focus.
The index of the current item in the FocusModel which has the focus.
The index of the current item in the FocusModel which has the focus.
The current item in the FocusModel which has the focus.
The current item in the FocusModel which has the focus.
The delegate hashcode
Tests whether the row / cell at the given location currently has the focus within the TableView.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Wraps http://docs.oracle.com/javafx/2/api/javafx/scene/control/TableView.TableViewFocusModel.html.