|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
---|---|
List |
delegate
|
PropertyChangeSupport |
pcs
|
Closure |
test
|
Constructor Summary | |
ObservableList()
|
|
ObservableList(List delegate)
|
|
ObservableList(Closure test)
|
|
ObservableList(List delegate, Closure test)
|
Method Summary | |
---|---|
void |
add(int index, Object element)
|
boolean |
add(Object o)
|
boolean |
addAll(Collection c)
|
boolean |
addAll(int index, Collection c)
|
void |
clear()
|
boolean |
contains(Object o)
|
boolean |
containsAll(Collection c)
|
boolean |
equals(Object o)
|
Object |
get(int index)
|
int |
hashCode()
|
int |
indexOf(Object o)
|
boolean |
isEmpty()
|
Iterator |
iterator()
|
int |
lastIndexOf(Object o)
|
ListIterator |
listIterator()
|
ListIterator |
listIterator(int index)
|
Object |
remove(int index)
|
boolean |
remove(Object o)
|
boolean |
removeAll(Collection c)
|
boolean |
retainAll(Collection c)
|
Object |
set(int index, Object element)
|
int |
size()
|
List |
subList(int fromIndex, int toIndex)
|
def |
toArray()
|
def |
toArray(def a)
|
Constructor Detail |
---|
public ObservableList()
public ObservableList(List delegate)
public ObservableList(Closure test)
public ObservableList(List delegate, Closure test)
Method Detail |
---|
public void add(int index, Object element)
public boolean add(Object o)
public boolean addAll(Collection c)
public boolean addAll(int index, Collection c)
public void clear()
public boolean contains(Object o)
public boolean containsAll(Collection c)
public boolean equals(Object o)
public Object get(int index)
public int hashCode()
public int indexOf(Object o)
public boolean isEmpty()
public Iterator iterator()
public int lastIndexOf(Object o)
public ListIterator listIterator()
public ListIterator listIterator(int index)
public Object remove(int index)
public boolean remove(Object o)
public boolean removeAll(Collection c)
public boolean retainAll(Collection c)
public Object set(int index, Object element)
public int size()
public List subList(int fromIndex, int toIndex)
public def toArray()
public def toArray(def a)