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

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

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

Methods in org.eclipse.emf.databinding.edit that return IEMFEditValueProperty
static IEMFEditValueProperty EMFEditProperties.value(EditingDomain editingDomain, EStructuralFeature feature)
          Returns a value property for the given EStructuralFeature
static IEMFEditValueProperty EMFEditProperties.value(EditingDomain editingDomain, FeaturePath featurePath)
          Returns a value property for the given nested EStructuralFeature feature like the name of a person
 IEMFEditValueProperty IEMFEditValueProperty.value(EStructuralFeature feature)
          Returns a master-detail combination of this property and the specified value feature.
 IEMFEditValueProperty IEMFEditValueProperty.value(FeaturePath featurePath)
          Returns a master-detail combination of this property and the specified nested value feature.
 IEMFEditValueProperty IEMFEditValueProperty.value(IEMFEditValueProperty property)
          Returns a master-detail combination of this property and the specified value property.
 IEMFEditValueProperty IEMFEditListProperty.value(IEMFListProperty.ListElementAccess<?> elementAccess)
           
 IEMFEditValueProperty IEMFEditValueProperty.value(IEMFValueProperty property)
           
static IEMFEditValueProperty[] EMFEditProperties.values(EditingDomain editingDomain, EStructuralFeature... features)
          Returns multiple value properties for the given EStructuralFeatures
static IEMFEditValueProperty[] EMFEditProperties.values(EditingDomain editingDomain, FeaturePath... featurePaths)
          Returns multiple value property for the given nested EStructuralFeature features like the name of a person
 

Methods in org.eclipse.emf.databinding.edit with parameters of type IEMFEditValueProperty
 IEMFEditValueProperty IEMFEditValueProperty.value(IEMFEditValueProperty property)
          Returns a master-detail combination of this property and the specified value property.
 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.
 IEMFEditListProperty IEMFEditListProperty.values(IEMFEditValueProperty property)
          Returns a master-detail combination of this property and the specified value property.
 


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