Uses of Class
javafx.scene.control.TreeTableView.TreeTableViewFocusModel
Packages that use TreeTableView.TreeTableViewFocusModel
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 TreeTableView.TreeTableViewFocusModel in javafx.scene.control
Methods in javafx.scene.control that return TreeTableView.TreeTableViewFocusModelModifier and TypeMethodDescriptionTreeTableView.getFocusModel()
Returns the currently installedFocusModel
.Methods in javafx.scene.control that return types with arguments of type TreeTableView.TreeTableViewFocusModelModifier and TypeMethodDescriptionTreeTableView.focusModelProperty()
The FocusModel provides the API through which it is possible to control focus on zero or one rows of the TreeTableView.Methods in javafx.scene.control with parameters of type TreeTableView.TreeTableViewFocusModelModifier and TypeMethodDescriptionfinal void
TreeTableView.setFocusModel
(TreeTableView.TreeTableViewFocusModel<S> value) Sets theFocusModel
to be used in the TreeTableView.