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

Packages that use IEMFMapProperty
org.eclipse.emf.databinding   
org.eclipse.emf.databinding.edit   
 

Uses of IEMFMapProperty in org.eclipse.emf.databinding
 

Methods in org.eclipse.emf.databinding that return IEMFMapProperty
 IEMFMapProperty IEMFValueProperty.map(EStructuralFeature feature)
          Returns a master-detail combination of this property and the specified map feature.
static IEMFMapProperty EMFProperties.map(EStructuralFeature feature)
          Returns a map property for the given EStructuralFeature.
 IEMFMapProperty IEMFValueProperty.map(IEMFMapProperty property)
          Returns a master-detail combination of this property and the specified map property.
 IEMFMapProperty IEMFMapProperty.values(EStructuralFeature feature)
          Returns a master-detail combination of this property and the specified value feature.
 IEMFMapProperty IEMFSetProperty.values(EStructuralFeature feature)
          Returns a master-detail combination of this property and the specified value property.
 IEMFMapProperty IEMFMapProperty.values(FeaturePath featurePath)
          Returns a master-detail combination of this property and the specified nested value feature.
 IEMFMapProperty IEMFSetProperty.values(FeaturePath featurePath)
          Returns a master-detail combination of this property and the specified value property.
 IEMFMapProperty IEMFMapProperty.values(IEMFValueProperty property)
          Returns a master-detail combination of this property and the specified value property.
 IEMFMapProperty IEMFSetProperty.values(IEMFValueProperty property)
          Returns a master-detail combination of this property and the specified value property.
 

Methods in org.eclipse.emf.databinding with parameters of type IEMFMapProperty
 IEMFMapProperty IEMFValueProperty.map(IEMFMapProperty property)
          Returns a master-detail combination of this property and the specified map property.
 

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

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

Methods in org.eclipse.emf.databinding.edit with parameters of type IEMFMapProperty
 IEMFEditMapProperty IEMFEditValueProperty.map(IEMFMapProperty property)
           
 


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