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