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