public class UnmodifiableObservableList<E> extends java.lang.Object implements ListDecorator<E>, ObservableList<E>
ObservableList.Change<E>
Constructor and Description |
---|
UnmodifiableObservableList(ObservableList<? extends E> component) |
Modifier and Type | Method and Description |
---|---|
Observable<ObservableList.Change<E>> |
changes() |
boolean |
equals(java.lang.Object obj) |
java.util.List<E> |
getComponent() |
int |
hashCode() |
Observable<? extends ObservableCollection<E,ObservableList.Change<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, wait
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, over, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
synchronizedView, unmodifiableView
public UnmodifiableObservableList(ObservableList<? extends E> component)
public java.util.List<E> getComponent()
getComponent
in interface CollectionDecorator<java.util.List<E>,E>
getComponent
in interface ListDecorator<E>
public Observable<? extends ObservableCollection<E,ObservableList.Change<E>>> invalidations()
invalidations
in interface ObservableCollection<E,ObservableList.Change<E>>
public Observable<ObservableList.Change<E>> changes()
changes
in interface ObservableCollection<E,ObservableList.Change<E>>
public java.util.List<E> silent()
ObservableCollection
silent
in interface ObservableCollection<E,ObservableList.Change<E>>
silent
in interface ObservableList<E>
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()