public class SynchronizedObservableList<E> extends java.lang.Object implements ListDecorator<E>, ObservableList<E>
ObservableList.Change<E>| Constructor and Description |
|---|
SynchronizedObservableList(ObservableList<E> component) |
| Modifier and Type | Method and Description |
|---|---|
Observable<ObservableList.Change<E>> |
changes() |
boolean |
equals(java.lang.Object obj) |
java.util.List<E> |
getComponent() |
java.lang.Object |
getMutex() |
int |
hashCode() |
Observable<SynchronizedObservableList<E>> |
invalidations() |
java.util.List<E> |
silent()
Get a view of the collection which can be mutated without triggering events.
|
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, over, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArraysynchronizedView, unmodifiableViewpublic SynchronizedObservableList(ObservableList<E> component)
public java.lang.Object getMutex()
public java.util.List<E> getComponent()
getComponent in interface CollectionDecorator<java.util.List<E>,E>getComponent in interface ListDecorator<E>public Observable<ObservableList.Change<E>> changes()
changes in interface ObservableCollection<E,ObservableList.Change<E>>public Observable<SynchronizedObservableList<E>> invalidations()
invalidations in interface ObservableCollection<E,ObservableList.Change<E>>public java.util.List<E> silent()
ObservableCollectionsilent in interface ObservableCollection<E,ObservableList.Change<E>>silent in interface ObservableList<E>public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()