Uses of Class
javafx.collections.transformation.TransformationList
Packages that use TransformationList
-
Uses of TransformationList in javafx.collections.transformation
Subclasses of TransformationList in javafx.collections.transformationModifier and TypeClassDescriptionfinal classFilteredList<E>Wraps an ObservableList and filters it's content using the provided Predicate.final classSortedList<E>Wraps an ObservableList and sorts it's content.