Eclipse Platform
Release 3.3

Uses of Interface
org.eclipse.core.databinding.observable.map.IObservableMap

Packages that use IObservableMap
org.eclipse.core.databinding Provides classes for binding observable objects, for example UI widgets and model objects.  
org.eclipse.core.databinding.beans Provides classes for observing JavaBeans(tm) objects.  
org.eclipse.core.databinding.observable.map Provides classes that can be used to observe changes in maps.  
org.eclipse.core.databinding.observable.set Provides classes that can be used to observe changes in sets.  
org.eclipse.jface.databinding.viewers Provides classes that can be used to observe the JFace Viewer framework.  
 

Uses of IObservableMap in org.eclipse.core.databinding
 

Methods in org.eclipse.core.databinding that return IObservableMap
 IObservableMap DataBindingContext.getValidationStatusMap()
          Returns an observable map from bindings (type: Binding) to statuses (type: IStatus).
 

Uses of IObservableMap in org.eclipse.core.databinding.beans
 

Methods in org.eclipse.core.databinding.beans that return IObservableMap
static IObservableMap BeansObservables.observeMap(IObservableSet domain, Class beanClass, String propertyName)
          Returns an observable map in the default realm tracking the current values of the named property for the beans in the given set.
static IObservableMap[] BeansObservables.observeMaps(IObservableSet domain, Class beanClass, String[] propertyNames)
          Returns an array of observable maps in the default realm tracking the current values of the named propertys for the beans in the given set.
 

Uses of IObservableMap in org.eclipse.core.databinding.observable.map
 

Classes in org.eclipse.core.databinding.observable.map that implement IObservableMap
 class AbstractObservableMap
           This class is thread safe.
 class BidirectionalMap
           This class is thread safe.
 class ComputedObservableMap
          Maps objects to one of their attributes.
 class ObservableMap
           This class is thread safe.
 class WritableMap
           This class is thread safe.
 

Methods in org.eclipse.core.databinding.observable.map that return IObservableMap
 IObservableMap MapChangeEvent.getObservableMap()
          Returns the observable map from which this event originated.
 

Constructors in org.eclipse.core.databinding.observable.map with parameters of type IObservableMap
MapChangeEvent(IObservableMap source, MapDiff diff)
          Creates a new map change event
BidirectionalMap(IObservableMap wrappedMap)
           
 

Uses of IObservableMap in org.eclipse.core.databinding.observable.set
 

Constructors in org.eclipse.core.databinding.observable.set with parameters of type IObservableMap
MappedSet(IObservableSet input, IObservableMap map)
           
 

Uses of IObservableMap in org.eclipse.jface.databinding.viewers
 

Constructors in org.eclipse.jface.databinding.viewers with parameters of type IObservableMap
ObservableMapLabelProvider(IObservableMap attributeMap)
           
ObservableMapLabelProvider(IObservableMap[] attributeMaps)
           
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

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