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

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

Uses of IEMFProperty in org.eclipse.emf.databinding
 

Subinterfaces of IEMFProperty in org.eclipse.emf.databinding
 interface IEMFListProperty
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 interface IEMFMapProperty
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 interface IEMFSetProperty
          An ISetProperty extension interface with convenience methods for creating nested EStructuralFeature properties.
 interface IEMFValueProperty
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 

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

Subinterfaces of IEMFProperty in org.eclipse.emf.databinding.edit
 interface IEMFEditListProperty
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 interface IEMFEditMapProperty
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 interface IEMFEditProperty
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 interface IEMFEditSetProperty
          An ISetProperty extension interface with convenience methods for creating nested EStructuralFeature properties.
 interface IEMFEditValueProperty
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 

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

Classes in org.eclipse.emf.databinding.edit.internal that implement IEMFProperty
 class EMFEditListPropertyDecorator
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 class EMFEditMapPropertyDecorator
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 class EMFEditMultiListProperty
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 class EMFEditSetPropertyDecorator
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 class EMFEditValuePropertyDecorator
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 

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

Classes in org.eclipse.emf.databinding.internal that implement IEMFProperty
 class EMFListPropertyDecorator
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 class EMFMapPropertyDecorator
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 class EMFMultiListProperty
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 class EMFSetPropertyDecorator
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 class EMFValuePropertyDecorator
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 


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