Package | Description |
---|---|
com.sun.javafx.scene.control.behavior | |
com.sun.javafx.scene.control.skin | |
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 | Method and Description |
---|---|
protected TableSelectionModel<T> |
TableRowBehavior.getSelectionModel()
*
Public API *
*
|
protected TableSelectionModel<TreeItem<T>> |
TreeTableViewBehavior.getSelectionModel()
Returns the selection model for the underlying UI control (which must extend
from TableSelectionModel).
|
protected abstract TableSelectionModel<T> |
TableViewBehaviorBase.getSelectionModel()
Returns the selection model for the underlying UI control (which must extend
from TableSelectionModel).
|
protected TableSelectionModel<TreeItem<T>> |
TreeTableRowBehavior.getSelectionModel()
*
Public API *
*
|
protected TableSelectionModel<T> |
TableViewBehavior.getSelectionModel()
Returns the selection model for the underlying UI control (which must extend
from TableSelectionModel).
|
protected abstract TableSelectionModel<?> |
TableRowBehaviorBase.getSelectionModel() |
protected abstract TableSelectionModel<S> |
TableCellBehaviorBase.getSelectionModel() |
Modifier and Type | Method and Description |
---|---|
protected abstract TableSelectionModel<S> |
TableViewSkinBase.getSelectionModel()
*
Abstract Methods *
*
|
protected TableSelectionModel<TreeItem<S>> |
TreeTableViewSkin.getSelectionModel()
*
Abstract Methods *
*
|
protected TableSelectionModel<T> |
TableViewSkin.getSelectionModel()
*
Abstract Methods *
*
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
TableView.TableViewArrayListSelectionModel<S>
A primitive selection model implementation, using a List
|
static class |
TableView.TableViewSelectionModel<S>
A simple extension of the
SelectionModel abstract class to
allow for special support for TableView controls. |
(package private) static class |
TreeTableView.TreeTableViewArrayListSelectionModel<S>
A primitive selection model implementation, using a List
|
static class |
TreeTableView.TreeTableViewSelectionModel<S>
A simple extension of the
SelectionModel abstract class to
allow for special support for TreeTableView controls. |