Package | Description |
---|---|
com.sun.javafx.scene.control.behavior | |
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.
|
Modifier and Type | Field and Description |
---|---|
private ChangeListener<TableView.TableViewSelectionModel<T>> |
TableViewBehavior.selectionModelListener
*
Listeners *
*
|
private WeakChangeListener<TableView.TableViewSelectionModel<T>> |
TableViewBehavior.weakSelectionModelListener |
Modifier and Type | Method and Description |
---|---|
protected TableView.TableViewSelectionModel<S> |
TableCellBehavior.getSelectionModel() |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
TableView.TableViewArrayListSelectionModel<S>
A primitive selection model implementation, using a List
|
Modifier and Type | Field and Description |
---|---|
private TableView.TableViewSelectionModel<S> |
TableViewBuilder.selectionModel
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<TableView.TableViewSelectionModel<S>> |
TableView.selectionModel |
Modifier and Type | Method and Description |
---|---|
TableView.TableViewSelectionModel<S> |
TableView.getSelectionModel() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<TableView.TableViewSelectionModel<S>> |
TableView.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 Type | Method and Description |
---|---|
B |
TableViewBuilder.selectionModel(TableView.TableViewSelectionModel<S> x)
Deprecated.
Set the value of the
selectionModel property for the instance constructed by this builder. |
void |
TableView.setSelectionModel(TableView.TableViewSelectionModel<S> value) |