Package | Description |
---|---|
javafx.collections.transformation |
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.
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.