Name | Package | Description | Detail |
| | | |
FilteredList | javafx.collections.transformation | Wraps an ObservableList and filters it's content using the provided Predicate. | Detail |
ModifiableObservableListBase | javafx.collections | Abstract class that serves as a base class for ObservableList implementations that are modifiable. | Detail |
ObservableListBase | javafx.collections | Abstract class that serves as a base class for ObservableList implementations. | Detail |
SortedList | javafx.collections.transformation | Wraps an ObservableList and sorts it's content. | Detail |
TransformationList | javafx.collections.transformation | A base class for all lists that wraps other lists in a way that changes the list's elements, order, size or generally it's structure. | Detail |