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

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

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.
 

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

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

Methods in org.eclipse.emf.databinding.edit.internal that return IEMFEditValueProperty
 IEMFEditValueProperty EMFEditValuePropertyDecorator.value(EStructuralFeature feature)
           
 IEMFEditValueProperty EMFEditValuePropertyDecorator.value(FeaturePath featurePath)
           
 IEMFEditValueProperty EMFEditValuePropertyDecorator.value(IEMFEditValueProperty property)
           
 IEMFEditValueProperty EMFEditMultiListProperty.value(IEMFListProperty.ListElementAccess<?> elementAccess)
           
 IEMFEditValueProperty EMFEditListPropertyDecorator.value(IEMFListProperty.ListElementAccess<?> elementAccess)
           
 IEMFEditValueProperty EMFEditValuePropertyDecorator.value(IEMFValueProperty property)
           
 

Methods in org.eclipse.emf.databinding.edit.internal with parameters of type IEMFEditValueProperty
 IEMFEditValueProperty EMFEditValuePropertyDecorator.value(IEMFEditValueProperty property)
           
 IEMFEditMapProperty EMFEditSetPropertyDecorator.values(IEMFEditValueProperty property)
           
 IEMFEditListProperty EMFEditMultiListProperty.values(IEMFEditValueProperty property)
           
 IEMFEditMapProperty EMFEditMapPropertyDecorator.values(IEMFEditValueProperty property)
           
 IEMFEditListProperty EMFEditListPropertyDecorator.values(IEMFEditValueProperty property)
           
 


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