See: Description
| Interface | Description |
|---|---|
| IObservableSet |
A set whose changes can be tracked by set change listeners.
|
| ISetChangeListener |
Listener for changes to observable sets.
|
| Class | Description |
|---|---|
| AbstractObservableSet |
Abstract implementation of
IObservableSet. |
| ComputedSet |
A lazily calculated set that automatically computes and registers listeners
on its dependencies as long as all of its dependencies are
IObservable objects. |
| DecoratingObservableSet |
An observable set which decorates another observable set.
|
| ListToSetAdapter |
Observable set backed by an observable list.
|
| MappedSet | Deprecated
This class is deprecated.
|
| ObservableSet |
Abstract implementation of
IObservableSet. |
| SetChangeEvent |
List change event describing an incremental change of an
IObservableSet object. |
| SetDiff | |
| UnionSet |
Represents a set consisting of the union of elements from one or more other
sets.
|
| WritableSet |
Mutable (writable) implementation of
IObservableSet. |
This package provides classes that can be used to observe changes in sets.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.