Eclipse Platform
Release 3.3

Uses of Interface
org.eclipse.core.databinding.observable.IObservableCollection

Packages that use IObservableCollection
org.eclipse.core.databinding Provides classes for binding observable objects, for example UI widgets and model objects.  
org.eclipse.core.databinding.observable.list Provides classes for observing changes in lists.  
org.eclipse.core.databinding.observable.set Provides classes that can be used to observe changes in sets.  
 

Uses of IObservableCollection in org.eclipse.core.databinding
 

Constructors in org.eclipse.core.databinding with parameters of type IObservableCollection
AggregateValidationStatus(IObservableCollection bindings, int strategy)
           
 

Uses of IObservableCollection in org.eclipse.core.databinding.observable.list
 

Subinterfaces of IObservableCollection in org.eclipse.core.databinding.observable.list
 interface IObservableList
          A list whose changes can be tracked by list change listeners.
 

Classes in org.eclipse.core.databinding.observable.list that implement IObservableCollection
 class AbstractObservableList
          Subclasses should override at least get(int index) and size().
 class ObservableList
          Abstract implementation of IObservableList, based on an underlying regular list.
 class WritableList
          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.set
 interface IObservableSet
          A set whose changes can be tracked by set change listeners.
 

Classes in org.eclipse.core.databinding.observable.set that implement IObservableCollection
 class AbstractObservableSet
          Abstract implementation of IObservableSet.
 class ListToSetAdapter
          Observable set backed by an observable list.
 class MappedSet
           This class is thread safe.
 class ObservableSet
          Abstract implementation of IObservableSet.
 class UnionSet
          Represents a set consisting of the union of elements from one or more other sets.
 class WritableSet
          Mutable (writable) implementation of IObservableSet.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.