Uses of Class
javafx.scene.control.TableView.TableViewFocusModel
| Package | Description | 
|---|---|
| javafx.scene.control | The JavaFX User Interface Controls (UI Controls or just Controls) are
    specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
    many different application contexts. | 
- 
Uses of TableView.TableViewFocusModel in javafx.scene.controlMethods in javafx.scene.control that return TableView.TableViewFocusModel Modifier and Type Method Description TableView.TableViewFocusModel<S>TableView. getFocusModel()Gets the value of the property focusModel.Methods in javafx.scene.control that return types with arguments of type TableView.TableViewFocusModel Modifier and Type Method Description ObjectProperty<TableView.TableViewFocusModel<S>>TableView. focusModelProperty()Represents the currently-installedTableView.TableViewFocusModelfor this TableView.Methods in javafx.scene.control with parameters of type TableView.TableViewFocusModel Modifier and Type Method Description voidTableView. setFocusModel(TableView.TableViewFocusModel<S> value)Sets the value of the property focusModel.