Uses of Interface
org.eclipse.core.databinding.observable.IObservableCollection
Package
Description
Provides classes for binding observable objects, for example UI widgets and model objects.
Provides the core APIs for observing changes in objects.
Provides classes for observing changes in lists.
Provides classes that can be used to observe changes in sets.
Provides classes that can be used to observe changes in SWT widgets.
Provides classes that can be used to observe the JFace Viewer framework.
-
Uses of IObservableCollection in org.eclipse.core.databinding
ModifierConstructorDescriptionAggregateValidationStatus
(IObservableCollection<? extends ValidationStatusProvider> validationStatusProviders, int strategy) AggregateValidationStatus
(Realm realm, IObservableCollection<? extends ValidationStatusProvider> validationStatusProviders, int strategy) -
Uses of IObservableCollection in org.eclipse.core.databinding.observable
Modifier and TypeClassDescriptionclass
An observable collection which decorates another observable collectionModifierConstructorDescriptionDecoratingObservableCollection
(IObservableCollection<E> decorated, boolean disposeDecoratedOnDispose) -
Uses of IObservableCollection in org.eclipse.core.databinding.observable.list
Modifier and TypeInterfaceDescriptioninterface
A list whose changes can be tracked by list change listeners.Modifier and TypeClassDescriptionclass
Subclasses should override at least get(int index) and size().class
ComputedList<E>
A lazily calculated list that automatically computes and registers listeners on its dependencies as long as all of its dependencies areIObservable
objects.class
An observable list which decorates another observable list.class
MultiList<E>
An observable list backed by an array of observable lists.class
Abstract implementation ofIObservableList
, based on an underlying regular list.class
WritableList<E>
Mutable observable list backed by an ArrayList. -
Uses of IObservableCollection in org.eclipse.core.databinding.observable.set
Modifier and TypeInterfaceDescriptioninterface
A set whose changes can be tracked by set change listeners.Modifier and TypeClassDescriptionclass
Abstract implementation ofIObservableSet
.class
ComputedSet<E>
A lazily calculated set that automatically computes and registers listeners on its dependencies as long as all of its dependencies areIObservable
objects.class
An observable set which decorates another observable set.class
Observable set backed by an observable list.class
Deprecated.This class is deprecated.class
Abstract implementation ofIObservableSet
.final class
UnionSet<E>
Represents a set consisting of the union of elements from one or more other sets.class
WritableSet<E>
Mutable (writable) implementation ofIObservableSet
. -
Uses of IObservableCollection in org.eclipse.jface.databinding.swt
-
Uses of IObservableCollection in org.eclipse.jface.databinding.viewers
Modifier and TypeInterfaceDescriptioninterface
IObservableList
observing a JFace Viewer.interface
IObservableSet
observing a JFace Viewer.