public class ObservableCollectionDecorator<E> extends org.apache.commons.collections15.collection.AbstractCollectionDecorator<E> implements ObservableContainer
ObservableContainer| Constructor and Description |
|---|
ObservableCollectionDecorator(Collection<E> decoratee) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E object) |
boolean |
addAll(Collection<? extends E> coll) |
void |
addChangeListener(ChangeListener listener) |
void |
clear() |
protected void |
fireChange() |
Iterator<E> |
iterator() |
boolean |
remove(Object object) |
boolean |
removeAll(Collection<?> coll) |
void |
removeChangeListener(ChangeListener listener) |
boolean |
retainAll(Collection<?> coll) |
public ObservableCollectionDecorator(Collection<E> decoratee)
public boolean add(E object)
add in interface Collection<E>add in class org.apache.commons.collections15.collection.AbstractCollectionDecorator<E>public boolean addAll(Collection<? extends E> coll)
addAll in interface Collection<E>addAll in class org.apache.commons.collections15.collection.AbstractCollectionDecorator<E>public boolean remove(Object object)
remove in interface Collection<E>remove in class org.apache.commons.collections15.collection.AbstractCollectionDecorator<E>public boolean removeAll(Collection<?> coll)
removeAll in interface Collection<E>removeAll in class org.apache.commons.collections15.collection.AbstractCollectionDecorator<E>public void clear()
clear in interface Collection<E>clear in class org.apache.commons.collections15.collection.AbstractCollectionDecorator<E>public boolean retainAll(Collection<?> coll)
retainAll in interface Collection<E>retainAll in class org.apache.commons.collections15.collection.AbstractCollectionDecorator<E>protected void fireChange()
public void addChangeListener(ChangeListener listener)
addChangeListener in interface ObservableContainerpublic void removeChangeListener(ChangeListener listener)
removeChangeListener in interface ObservableContainerCopyright © 2015 Uqbar Project. All rights reserved.