Uses of Interface
org.eclipse.emf.databinding.edit.IEMFEditMapProperty

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

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

Methods in org.eclipse.emf.databinding.edit that return IEMFEditMapProperty
static IEMFEditMapProperty EMFEditProperties.map(EditingDomain editingDomain, EStructuralFeature feature)
          Returns a map property for the given EStructuralFeature.
 IEMFEditMapProperty IEMFEditValueProperty.map(EStructuralFeature feature)
          Returns a master-detail combination of this property and the specified map feature.
 IEMFEditMapProperty IEMFEditValueProperty.map(IEMFEditMapProperty property)
          Returns a master-detail combination of this property and the specified map property.
 IEMFEditMapProperty IEMFEditValueProperty.map(IEMFMapProperty property)
           
 IEMFEditMapProperty IEMFEditSetProperty.values(EStructuralFeature feature)
          Returns a master-detail combination of this property and the specified value property.
 IEMFEditMapProperty IEMFEditMapProperty.values(EStructuralFeature feature)
          Returns a master-detail combination of this property and the specified value feature.
 IEMFEditMapProperty IEMFEditSetProperty.values(FeaturePath featurePath)
          Returns a master-detail combination of this property and the specified value property.
 IEMFEditMapProperty IEMFEditMapProperty.values(FeaturePath featurePath)
          Returns a master-detail combination of this property and the specified nested value feature.
 IEMFEditMapProperty IEMFEditSetProperty.values(IEMFEditValueProperty property)
          Returns a master-detail combination of this property and the specified value property.
 IEMFEditMapProperty IEMFEditMapProperty.values(IEMFEditValueProperty property)
          Returns a master-detail combination of this property and the specified value property.
 IEMFEditMapProperty IEMFEditMapProperty.values(IEMFValueProperty property)
           
 

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

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

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

Methods in org.eclipse.emf.databinding.edit.internal that return IEMFEditMapProperty
 IEMFEditMapProperty EMFEditValuePropertyDecorator.map(EStructuralFeature feature)
           
 IEMFEditMapProperty EMFEditValuePropertyDecorator.map(IEMFEditMapProperty property)
           
 IEMFEditMapProperty EMFEditValuePropertyDecorator.map(IEMFMapProperty property)
           
 IEMFEditMapProperty EMFEditMapPropertyDecorator.values(EStructuralFeature feature)
           
 IEMFEditMapProperty EMFEditSetPropertyDecorator.values(EStructuralFeature feature)
           
 IEMFEditMapProperty EMFEditMapPropertyDecorator.values(FeaturePath featurePath)
           
 IEMFEditMapProperty EMFEditSetPropertyDecorator.values(FeaturePath featurePath)
           
 IEMFEditMapProperty EMFEditMapPropertyDecorator.values(IEMFEditValueProperty property)
           
 IEMFEditMapProperty EMFEditSetPropertyDecorator.values(IEMFEditValueProperty property)
           
 IEMFEditMapProperty EMFEditMapPropertyDecorator.values(IEMFValueProperty property)
           
 

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


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