T - Type of item stored in list.public class DynamicCategorizingObservableList<T> extends CategorizingObservableList<T>
modCount| Constructor and Description | 
|---|
| DynamicCategorizingObservableList(Function<? super T,? extends Iterable<? extends javafx.beans.Observable>> pExtractor) | 
| DynamicCategorizingObservableList(Function<? super T,? extends Iterable<? extends javafx.beans.Observable>> pExtractor,
                                 javafx.collections.ObservableList<? extends T> pSourceList) | 
categorizerProperty, get, getCategorizer, getCategory, getList, getSourceList, setCategorizer, setSourceList, size, sourceListPropertyaddAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, remove, removeAll, removeListener, removeListener, retainAll, setAll, setAlladd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic DynamicCategorizingObservableList(Function<? super T,? extends Iterable<? extends javafx.beans.Observable>> pExtractor)
pExtractor - Function mapping item to properties whose mutation can change parent
 object's group affiliation.Copyright © 2023. All rights reserved.