Uses of Class
javafx.collections.transformation.TransformationList
-
Packages that use 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 class
FilteredList<E>
Wraps an ObservableList and filters its content using the provided Predicate.class
SortedList<E>
Wraps an ObservableList and sorts its content.
-