Java FX - Class Diagram - Classes that extend TransformationList




NamePackageDescriptionDetail

FilteredListjavafx.collections.transformationWraps an ObservableList and filters it's content using the provided Predicate.Detail
SortedListjavafx.collections.transformationWraps an ObservableList and sorts it's content.Detail
TransformationListjavafx.collections.transformationA 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.Detail