Uses of Class
javafx.collections.transformation.TransformationList
| Package | Description |
|---|---|
| javafx.collections.transformation |
Provides JavaFX collections that wrap and transform (for example, sort
or filter) other JavaFX collections.
|
-
Uses of TransformationList in javafx.collections.transformation
Subclasses of TransformationList in javafx.collections.transformation Modifier and Type Class Description classFilteredList<E>Wraps an ObservableList and filters its content using the provided Predicate.classSortedList<E>Wraps an ObservableList and sorts its content.