Uses of Class
javafx.collections.ObservableListBase
Packages that use ObservableListBase
-
Uses of ObservableListBase in com.sun.javafx.collections
Subclasses of ObservableListBase in com.sun.javafx.collectionsModifier and TypeClassDescriptionclassA List wrapper class that implements observability.final classclass -
Uses of ObservableListBase in javafx.collections
Subclasses of ObservableListBase in javafx.collectionsModifier and TypeClassDescriptionclassAbstract class that serves as a base class forObservableListimplementations that are modifiable. -
Uses of ObservableListBase in javafx.collections.transformation
Subclasses of ObservableListBase 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.classTransformationList<E,F> A base class for all lists that wraps other lists in a way that changes the list's elements, order, size or generally it's structure.