Uses of Interface
org.eclipse.core.databinding.observable.IObservableCollection
Packages that use 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
Constructors in org.eclipse.core.databinding with parameters of type IObservableCollectionModifierConstructorDescriptionAggregateValidationStatus(IObservableCollection<? extends ValidationStatusProvider> validationStatusProviders, int strategy) AggregateValidationStatus(Realm realm, IObservableCollection<? extends ValidationStatusProvider> validationStatusProviders, int strategy) -
Uses of IObservableCollection in org.eclipse.core.databinding.observable
Classes in org.eclipse.core.databinding.observable that implement IObservableCollectionModifier and TypeClassDescriptionclassAn observable collection which decorates another observable collectionConstructors in org.eclipse.core.databinding.observable with parameters of type IObservableCollectionModifierConstructorDescriptionDecoratingObservableCollection(IObservableCollection<E> decorated, boolean disposeDecoratedOnDispose) -
Uses of IObservableCollection in org.eclipse.core.databinding.observable.list
Subinterfaces of IObservableCollection in org.eclipse.core.databinding.observable.listModifier and TypeInterfaceDescriptioninterfaceA list whose changes can be tracked by list change listeners.Classes in org.eclipse.core.databinding.observable.list that implement IObservableCollectionModifier and TypeClassDescriptionclassSubclasses should override at least get(int index) and size().classComputedList<E>A lazily calculated list that automatically computes and registers listeners on its dependencies as long as all of its dependencies areIObservableobjects.classAn observable list which decorates another observable list.classMultiList<E>An observable list backed by an array of observable lists.classAbstract implementation ofIObservableList, based on an underlying regular list.classWritableList<E>Mutable observable list backed by an ArrayList. -
Uses of IObservableCollection in org.eclipse.core.databinding.observable.set
Subinterfaces of IObservableCollection in org.eclipse.core.databinding.observable.setModifier and TypeInterfaceDescriptioninterfaceA set whose changes can be tracked by set change listeners.Classes in org.eclipse.core.databinding.observable.set that implement IObservableCollectionModifier and TypeClassDescriptionclassAbstract implementation ofIObservableSet.classComputedSet<E>A lazily calculated set that automatically computes and registers listeners on its dependencies as long as all of its dependencies areIObservableobjects.classAn observable set which decorates another observable set.classObservable set backed by an observable list.classDeprecated.This class is deprecated.classAbstract implementation ofIObservableSet.final classUnionSet<E>Represents a set consisting of the union of elements from one or more other sets.classWritableSet<E>Mutable (writable) implementation ofIObservableSet. -
Uses of IObservableCollection in org.eclipse.jface.databinding.swt
Subinterfaces of IObservableCollection in org.eclipse.jface.databinding.swt -
Uses of IObservableCollection in org.eclipse.jface.databinding.viewers
Subinterfaces of IObservableCollection in org.eclipse.jface.databinding.viewersModifier and TypeInterfaceDescriptioninterfaceIObservableListobserving a JFace Viewer.interfaceIObservableSetobserving a JFace Viewer.