Uses of Package
javafx.collections.transformation
| Package | Description | 
|---|---|
| javafx.collections | Contains the essential JavaFX collections and collection utilities | 
| javafx.collections.transformation | Provides JavaFX collections that wrap and transform (for example, sort
or filter) other JavaFX collections. | 
- 
Classes in javafx.collections.transformation used by javafx.collections Class Description FilteredList Wraps an ObservableList and filters its content using the provided Predicate.SortedList Wraps an ObservableList and sorts its content.
- 
Classes in javafx.collections.transformation used by javafx.collections.transformation Class Description TransformationList A base class for all lists that wrap another list in a way that changes (transforms) the wrapped list's elements, order, size, or structure.