Uses of Class
javafx.scene.control.FocusModel
Packages that use FocusModel
Package
Description
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 FocusModel in javafx.scene.controlSubclasses of FocusModel in javafx.scene.controlModifier and TypeClassDescriptionclassTableFocusModel<T,TC extends TableColumnBase<T,?>>The abstract base class for FocusModel implementations that are used within table-like controls (most notablyTableViewandTreeTableView).static classAFocusModelwith additional functionality to support the requirements of a TableView control.static classAFocusModelwith additional functionality to support the requirements of a TableView control.Methods in javafx.scene.control that return FocusModelModifier and TypeMethodDescriptionListView.getFocusModel()Returns the currently installedFocusModel.TreeView.getFocusModel()Returns the currently installedFocusModel.Methods in javafx.scene.control that return types with arguments of type FocusModelModifier and TypeMethodDescriptionListView.focusModelProperty()The FocusModel provides the API through which it is possible to both get and set the focus on a single item within a ListView.TreeView.focusModelProperty()The FocusModel provides the API through which it is possible to control focus on zero or one rows of the TreeView.Methods in javafx.scene.control with parameters of type FocusModelModifier and TypeMethodDescriptionvoidListView.setFocusModel(FocusModel<T> value)Sets theFocusModelto be used in the ListView.voidTreeView.setFocusModel(FocusModel<TreeItem<T>> value)Sets theFocusModelto be used in the TreeView.