Package | Description |
---|---|
javafx.collections |
Contains the essential JavaFX collections and collection utilities
|
javafx.collections.transformation |
Modifier and Type | Class and Description |
---|---|
class |
ModifiableObservableListBase<E>
Abstract class that serves as a base class for
ObservableList implementations that are modifiable. |
Modifier and Type | Class and Description |
---|---|
class |
FilteredList<E>
Wraps an ObservableList and filters it's content using the provided Predicate.
|
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.
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.