|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IObservableSet
A set whose changes can be tracked by set change listeners.
AbstractObservableSet
,
ObservableSet
Method Summary | |
---|---|
boolean |
add(Object o)
|
boolean |
addAll(Collection c)
|
void |
addSetChangeListener(ISetChangeListener listener)
|
boolean |
contains(Object o)
|
boolean |
containsAll(Collection c)
|
boolean |
equals(Object o)
|
Object |
getElementType()
Returns the element type of this observable collection, or null if this observable collection is untyped. |
int |
hashCode()
|
boolean |
isEmpty()
|
Iterator |
iterator()
|
boolean |
remove(Object o)
|
boolean |
removeAll(Collection c)
|
void |
removeSetChangeListener(ISetChangeListener listener)
|
boolean |
retainAll(Collection c)
|
int |
size()
|
Object[] |
toArray()
|
Object[] |
toArray(Object[] a)
|
Methods inherited from interface java.util.Set |
---|
clear |
Methods inherited from interface org.eclipse.core.databinding.observable.IObservable |
---|
addChangeListener, addDisposeListener, addStaleListener, dispose, getRealm, isDisposed, isStale, removeChangeListener, removeDisposeListener, removeStaleListener |
Method Detail |
---|
void addSetChangeListener(ISetChangeListener listener)
listener
- void removeSetChangeListener(ISetChangeListener listener)
listener
- Object getElementType()
IObservableCollection
null
if this observable collection is untyped.
getElementType
in interface IObservableCollection
null
if untypedint size()
size
in interface Collection
size
in interface Set
boolean isEmpty()
isEmpty
in interface Collection
isEmpty
in interface Set
boolean contains(Object o)
contains
in interface Collection
contains
in interface Set
Iterator iterator()
iterator
in interface Collection
iterator
in interface Iterable
iterator
in interface Set
Object[] toArray()
toArray
in interface Collection
toArray
in interface Set
Object[] toArray(Object[] a)
toArray
in interface Collection
toArray
in interface Set
boolean add(Object o)
add
in interface Collection
add
in interface Set
boolean remove(Object o)
remove
in interface Collection
remove
in interface Set
boolean containsAll(Collection c)
containsAll
in interface Collection
containsAll
in interface Set
boolean addAll(Collection c)
addAll
in interface Collection
addAll
in interface Set
boolean retainAll(Collection c)
retainAll
in interface Collection
retainAll
in interface Set
boolean removeAll(Collection c)
removeAll
in interface Collection
removeAll
in interface Set
boolean equals(Object o)
equals
in interface Collection
equals
in interface Set
equals
in class Object
int hashCode()
hashCode
in interface Collection
hashCode
in interface Set
hashCode
in class Object
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.