T - the list element typepublic class CompositeObservableList<T>
extends javafx.collections.ObservableListBase<T>
modCount| Constructor and Description |
|---|
CompositeObservableList(javafx.collections.ObservableList<javafx.collections.ObservableList<T>> pComponentLists) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
T |
get(int pIdx) |
boolean |
isEmpty() |
T |
remove(int pIdx) |
protected void |
removeRange(int pFromIdx,
int pToIdx) |
T |
set(int pIdx,
T pElement) |
int |
size()
Sum of sizes of component list models.
|
addAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, remove, removeAll, removeListener, removeListener, retainAll, setAll, setAlladd, add, addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subListaddAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, contains, containsAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, replaceAll, retainAll, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic CompositeObservableList(javafx.collections.ObservableList<javafx.collections.ObservableList<T>> pComponentLists)
pComponentLists - Lists that will be laid end to end in order to create
composite list.public int size()
size in interface Collection<T>size in interface List<T>size in class AbstractCollection<T>public T get(int pIdx)
public T remove(int pIdx)
protected void removeRange(int pFromIdx,
int pToIdx)
removeRange in class AbstractList<T>public void clear()
clear in interface Collection<T>clear in interface List<T>clear in class AbstractList<T>public boolean isEmpty()
isEmpty in interface Collection<T>isEmpty in interface List<T>isEmpty in class AbstractCollection<T>Copyright © 2023. All rights reserved.