Skip navigation links
A C D E F G H I J P R S T U 

A

addRemove(<any>) - Method in class javafx.collections.transformation.FilteredList
 
addRemove(<any>) - Method in class javafx.collections.transformation.SortedList
 
ALWAYS_TRUE - Static variable in class javafx.collections.transformation.FilteredList
 

C

comparator - Variable in class javafx.collections.transformation.SortedList
The comparator that denotes the order of this SortedList.
comparator - Variable in class javafx.collections.transformation.SortedList.ElementComparator
 
comparatorProperty() - Method in class javafx.collections.transformation.SortedList
The comparator that denotes the order of this SortedList.
compare(SortedList.Element<E>, SortedList.Element<E>) - Method in class javafx.collections.transformation.SortedList.ElementComparator
 

D

doSortWithPermutationChange() - Method in class javafx.collections.transformation.SortedList
 

E

e - Variable in class javafx.collections.transformation.SortedList.Element
 
Element(E, int) - Constructor for class javafx.collections.transformation.SortedList.Element
 
elementComparator - Variable in class javafx.collections.transformation.SortedList
 
ElementComparator(Comparator<? super E>) - Constructor for class javafx.collections.transformation.SortedList.ElementComparator
 
ensureSize(int) - Method in class javafx.collections.transformation.FilteredList
 
ensureSize(int) - Method in class javafx.collections.transformation.SortedList
 

F

filtered - Variable in class javafx.collections.transformation.FilteredList
 
FilteredList<E> - Class in javafx.collections.transformation
Wraps an ObservableList and filters its content using the provided Predicate.
FilteredList(<any>, Predicate<? super E>) - Constructor for class javafx.collections.transformation.FilteredList
Constructs a new FilteredList wrapper around the source list.
FilteredList(<any>) - Constructor for class javafx.collections.transformation.FilteredList
Constructs a new FilteredList wrapper around the source list.
findPosition(int) - Method in class javafx.collections.transformation.FilteredList
 
findPosition(E) - Method in class javafx.collections.transformation.SortedList
 

G

get(int) - Method in class javafx.collections.transformation.FilteredList
Returns the element at the specified position in this list.
get(int) - Method in class javafx.collections.transformation.SortedList
Returns the element at the specified position in this list.
getComparator() - Method in class javafx.collections.transformation.SortedList
Gets the value of the property comparator.
getListener() - Method in class javafx.collections.transformation.TransformationList
 
getPredicate() - Method in class javafx.collections.transformation.FilteredList
Gets the value of the property predicate.
getPredicateImpl() - Method in class javafx.collections.transformation.FilteredList
 
getSortHelper() - Method in class javafx.collections.transformation.FilteredList
 
getSource() - Method in class javafx.collections.transformation.TransformationList
The source list specified in the constructor of this transformation list.
getSourceIndex(int) - Method in class javafx.collections.transformation.FilteredList
 
getSourceIndex(int) - Method in class javafx.collections.transformation.SortedList
 
getSourceIndex(int) - Method in class javafx.collections.transformation.TransformationList
Maps the index of this list's element to an index in the direct source list.
getSourceIndexFor(<any>, int) - Method in class javafx.collections.transformation.TransformationList
Maps the index of this list's element to an index of the provided list.
getViewIndex(int) - Method in class javafx.collections.transformation.FilteredList
 
getViewIndex(int) - Method in class javafx.collections.transformation.SortedList
 
getViewIndex(int) - Method in class javafx.collections.transformation.TransformationList
Maps the index of the direct source list's element to an index in this list.

H

helper - Variable in class javafx.collections.transformation.FilteredList
 
helper - Variable in class javafx.collections.transformation.SortedList
 

I

index - Variable in class javafx.collections.transformation.SortedList.Element
 
insertToMapping(E, int) - Method in class javafx.collections.transformation.SortedList
 
isInTransformationChain(<any>) - Method in class javafx.collections.transformation.TransformationList
Checks whether the provided list is in the chain under this TransformationList.

J

javafx.collections.transformation - package javafx.collections.transformation
 

P

perm - Variable in class javafx.collections.transformation.SortedList
 
permutate(<any>) - Method in class javafx.collections.transformation.FilteredList
 
predicate - Variable in class javafx.collections.transformation.FilteredList
The predicate that will match the elements that will be in this FilteredList.
predicateProperty() - Method in class javafx.collections.transformation.FilteredList
The predicate that will match the elements that will be in this FilteredList.

R

refilter() - Method in class javafx.collections.transformation.FilteredList
 
removeAllFromMapping() - Method in class javafx.collections.transformation.SortedList
 
removeFromMapping(int, E) - Method in class javafx.collections.transformation.SortedList
 

S

setAllToMapping(List<? extends E>, int) - Method in class javafx.collections.transformation.SortedList
 
setComparator(Comparator<? super E>) - Method in class javafx.collections.transformation.SortedList
Sets the value of the property comparator.
setPredicate(Predicate<? super E>) - Method in class javafx.collections.transformation.FilteredList
Sets the value of the property predicate.
size - Variable in class javafx.collections.transformation.FilteredList
 
size() - Method in class javafx.collections.transformation.FilteredList
Returns the number of elements in this list.
size - Variable in class javafx.collections.transformation.SortedList
 
size() - Method in class javafx.collections.transformation.SortedList
Returns the number of elements in this list.
sorted - Variable in class javafx.collections.transformation.SortedList
 
SortedList<E> - Class in javafx.collections.transformation
Wraps an ObservableList and sorts its content.
SortedList(<any>, Comparator<? super E>) - Constructor for class javafx.collections.transformation.SortedList
Creates a new SortedList wrapped around the source list.
SortedList(<any>) - Constructor for class javafx.collections.transformation.SortedList
Constructs a new unordered SortedList wrapper around the source list.
SortedList.Element<E> - Class in javafx.collections.transformation
 
SortedList.ElementComparator<E> - Class in javafx.collections.transformation
 
source - Variable in class javafx.collections.transformation.TransformationList
Contains the source list of this transformation list.
sourceChanged(<any>) - Method in class javafx.collections.transformation.FilteredList
 
sourceChanged(<any>) - Method in class javafx.collections.transformation.SortedList
 
sourceChanged(<any>) - Method in class javafx.collections.transformation.TransformationList
Called when a change from the source is triggered.
sourceListener - Variable in class javafx.collections.transformation.TransformationList
This field contains the result of expression "source instanceof javafx.collections.ObservableList".

T

tempElement - Variable in class javafx.collections.transformation.SortedList
 
TransformationList<E,F> - Class in javafx.collections.transformation
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.
TransformationList(<any>) - Constructor for class javafx.collections.transformation.TransformationList
Creates a new Transformation list wrapped around the source list.

U

update(<any>) - Method in class javafx.collections.transformation.FilteredList
 
update(<any>) - Method in class javafx.collections.transformation.SortedList
 
updateIndexes(int, int) - Method in class javafx.collections.transformation.FilteredList
 
updateIndices(int, int, int) - Method in class javafx.collections.transformation.SortedList
 
updatePermutationIndexes(<any>) - Method in class javafx.collections.transformation.SortedList
 
updateUnsorted(<any>) - Method in class javafx.collections.transformation.SortedList
 
A C D E F G H I J P R S T U 
Skip navigation links