Package org.eclipse.core.databinding.observable.set
Provides classes that can be used to observe changes in sets.
Package Specification
This package provides classes that can be used to observe changes in sets.
-
Interface Summary Interface Description IObservableSet<E> A set whose changes can be tracked by set change listeners.ISetChangeListener<E> Listener for changes to observable sets. -
Class Summary Class Description AbstractObservableSet<E> Abstract implementation ofIObservableSet
.ComputedSet<E> A lazily calculated set that automatically computes and registers listeners on its dependencies as long as all of its dependencies areIObservable
objects.DecoratingObservableSet<E> An observable set which decorates another observable set.ListToSetAdapter<E> Observable set backed by an observable list.MappedSet Deprecated. This class is deprecated.ObservableSet<E> Abstract implementation ofIObservableSet
.SetChangeEvent<E> List change event describing an incremental change of anIObservableSet
object.SetDiff<E> Describes the difference between two setsUnionSet<E> Represents a set consisting of the union of elements from one or more other sets.WritableSet<E> Mutable (writable) implementation ofIObservableSet
.