Uses of Class
javafx.collections.ObservableListBase
-
Uses of ObservableListBase in com.sun.javafx.collections
Modifier and TypeClassDescriptionclass
A List wrapper class that implements observability.final class
class
-
Uses of ObservableListBase in javafx.collections
Modifier and TypeClassDescriptionclass
Abstract class that serves as a base class forObservableList
implementations that are modifiable. -
Uses of ObservableListBase in javafx.collections.transformation
Modifier and TypeClassDescriptionfinal class
FilteredList<E>
Wraps an ObservableList and filters it's content using the provided Predicate.final class
SortedList<E>
Wraps an ObservableList and sorts it's content.class
TransformationList<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.