public class FxList<E> extends com.google.common.collect.ForwardingList<E> implements javafx.collections.ObservableList<E>, FxObservable
| Constructor and Description |
|---|
FxList() |
FxList(Function<E,javafx.beans.Observable[]> extractor) |
FxList(javafx.collections.ObservableList<E> delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addAll(E[] elements) |
void |
addListener(javafx.beans.InvalidationListener listener) |
void |
addListener(javafx.collections.ListChangeListener<? super E> listener) |
protected List<E> |
delegate() |
Stream<?> |
listeners()
Used to detect memory leaks.
|
void |
remove(int from,
int to) |
boolean |
removeAll(E[] elements) |
void |
removeListener(javafx.beans.InvalidationListener listener) |
void |
removeListener(javafx.collections.ListChangeListener<? super E> listener) |
boolean |
retainAll(E[] elements) |
boolean |
setAll(Collection<? extends E> col) |
boolean |
setAll(E[] elements) |
add, addAll, equals, get, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subListadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic FxList(javafx.collections.ObservableList<E> delegate)
public FxList()
protected List<E> delegate()
delegate in class com.google.common.collect.ForwardingList<E>public void addListener(javafx.collections.ListChangeListener<? super E> listener)
addListener in interface javafx.collections.ObservableList<E>public void removeListener(javafx.collections.ListChangeListener<? super E> listener)
removeListener in interface javafx.collections.ObservableList<E>public boolean addAll(E[] elements)
addAll in interface javafx.collections.ObservableList<E>public boolean setAll(E[] elements)
setAll in interface javafx.collections.ObservableList<E>public boolean setAll(Collection<? extends E> col)
setAll in interface javafx.collections.ObservableList<E>public boolean removeAll(E[] elements)
removeAll in interface javafx.collections.ObservableList<E>public boolean retainAll(E[] elements)
retainAll in interface javafx.collections.ObservableList<E>public void remove(int from,
int to)
remove in interface javafx.collections.ObservableList<E>public void addListener(javafx.beans.InvalidationListener listener)
addListener in interface javafx.beans.Observablepublic void removeListener(javafx.beans.InvalidationListener listener)
removeListener in interface javafx.beans.Observablepublic Stream<?> listeners()
FxObservablelisteners in interface FxObservableCopyright © 2012–2017 MARID software development group. All rights reserved.