Uses of Interface
org.eclipse.emf.databinding.IEMFObservable

Packages that use IEMFObservable
org.eclipse.emf.databinding.edit   
org.eclipse.emf.databinding.edit.internal   
org.eclipse.emf.databinding.internal   
 

Uses of IEMFObservable in org.eclipse.emf.databinding.edit
 

Subinterfaces of IEMFObservable in org.eclipse.emf.databinding.edit
 interface IEMFEditObservable
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 

Uses of IEMFObservable in org.eclipse.emf.databinding.edit.internal
 

Classes in org.eclipse.emf.databinding.edit.internal that implement IEMFObservable
 class EMFEditObservableListDecorator
          IEMFEditObservable decorator for an IObservableList.
 class EMFEditObservableMapDecorator
          IEMFEditObservable decorator for an IObservableMap.
 class EMFEditObservableSetDecorator
          IEMFObservable decorator for an IObservableList.
 class EMFEditObservableValueDecorator
          IEMFEditObservable decorator for an IObservableValue.
 

Uses of IEMFObservable in org.eclipse.emf.databinding.internal
 

Classes in org.eclipse.emf.databinding.internal that implement IEMFObservable
 class EMFObservableListDecorator
          IEMFObservable decorator for an IObservableList.
 class EMFObservableMapDecorator
          IEMFObservable decorator for an IObservableMap.
 class EMFObservableSetDecorator
          IEMFObservable decorator for an IObservableList.
 class EMFObservableValueDecorator
          IEMFObservable decorator for an IObservableValue.
 


Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.