Uses of Class
javafx.collections.ObservableListBase
Packages that use ObservableListBase
Package
Description
Contains the essential JavaFX collections and collection utilities
Provides JavaFX collections that wrap and transform (for example, sort
 or filter) other JavaFX collections.
- 
Uses of ObservableListBase in javafx.collectionsSubclasses of ObservableListBase in javafx.collectionsModifier and TypeClassDescriptionclassAbstract class that serves as a base class forObservableListimplementations that are modifiable.
- 
Uses of ObservableListBase in javafx.collections.transformationSubclasses of ObservableListBase in javafx.collections.transformationModifier and TypeClassDescriptionfinal classFilteredList<E>Wraps an ObservableList and filters its content using the provided Predicate.final classSortedList<E>Wraps an ObservableList and sorts its content.classTransformationList<E,F> A base class for all lists that wrap another list in a way that changes (transforms) the wrapped list's elements, order, size, or structure.