JavaFX TableFocusModel to be wrapped.
JavaFX TableFocusModel 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.
Causes the item at the given index to receive the focus.
Causes the item at the given index to receive the focus.
The row index of the item to give focus to.
The column of the item to give focus to. Can be null.
Causes the item at the given index to receive the focus.
Causes the item at the given index to receive the focus.
The index of the item to get 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 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 UI control.
Tests whether the row / cell at the given location currently has the focus within the UI control.
The row index of the item to give focus to.
The column of the item to give focus to. Can be null.
true
whether the row / cell at the given location currently has the focus within the UI control.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Wraps a JavaFX TableFocusModel.
The type of the underlying data model for the UI control.
The concrete subclass of scalafx.scene.control.TableColumnBase that is used by the underlying UI control (e.g. scalafx.scene.control.TableColumn or
TreeTableColumn
).8.0