Uses of Class
javafx.collections.transformation.TransformationList
-
Packages that use TransformationList 软件包 描述 javafx.collections.transformation 提供包装和转换(例如,排序或过滤)其他JavaFX集合的JavaFX集合。 -
-
Uses of TransformationList in javafx.collections.transformation
Subclasses of TransformationList in javafx.collections.transformation Modifier and Type Class 描述 class
FilteredList<E>
包装一个ObservableList并使用提供的谓词过滤其内容。class
SortedList<E>
包装一个ObservableList并对其内容进行排序。
-