| Class | Description |
|---|---|
| ChoiceBoxSearchable<T> |
ChoiceBoxSearchable is an concrete implementation of Searchable that enables the search function on
non-editable ChoiceBox. |
| ComboBoxSearchable<T> |
ComboBoxSearchable is an concrete implementation of Searchable that enables the search function
on non-editable ComboBox. |
| ListViewSearchable<T> |
ListViewSearchable is an concrete implementation of Searchable that enables the search function
on ListView. |
| Searchable<T> |
In JavaFX, ListView, TableView, TreeView, ComboBox, ChoiceBox, TextArea are six data-rich controls.
|
| TableViewSearchable<T> |
TableSearchable is an concrete implementation of Searchable that enables the search function in
TableView. |
| TextInputControlSearchable |
TextComponentSearchable is an concrete implementation of Searchable that enables the search
function in TextInputControl. |
| TreeViewSearchable<T> |
TreeViewSearchable is an concrete implementation of Searchable that enables the search function
in TreeView. |