public class ElementObservableList<E extends ElementObservableList.PropertyContainer> extends DelegatingObservableList<E>
Modifier and Type | Class and Description |
---|---|
static interface |
ElementObservableList.PropertyContainer |
modCount
Constructor and Description |
---|
ElementObservableList() |
ElementObservableList(ObservableList<E> delegate) |
Modifier and Type | Method and Description |
---|---|
protected void |
sourceChanged(ListChangeListener.Change<? extends E> c) |
add, add, addAll, addAll, addAll, clear, contains, containsAll, forEach, get, getDelegate, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, remove, removeAll, removeAll, retainAll, retainAll, set, setAll, setAll, size, subList, toArray, toArray
addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, removeListener, removeListener
equals, hashCode, removeRange
toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addListener, filtered, removeListener, sorted, sorted
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
addListener, removeListener
public ElementObservableList()
public ElementObservableList(@Nonnull ObservableList<E> delegate)
protected void sourceChanged(@Nonnull ListChangeListener.Change<? extends E> c)
sourceChanged
in class DelegatingObservableList<E extends ElementObservableList.PropertyContainer>