Uses of Class
javafx.scene.control.TableView.TableViewSelectionModel
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 TableView.TableViewSelectionModel in javafx.scene.control
Modifier and TypeMethodDescriptionTableView.getSelectionModel()
Gets the value of theselectionModel
property.Modifier and TypeMethodDescriptionTableView.selectionModelProperty()
The SelectionModel provides the API through which it is possible to select single or multiple items within a TableView, as well as inspect which items have been selected by the user.Modifier and TypeMethodDescriptionfinal void
TableView.setSelectionModel
(TableView.TableViewSelectionModel<S> value) Sets the value of theselectionModel
property.