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

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

Uses of IEMFValueProperty in org.eclipse.emf.databinding
 

Methods in org.eclipse.emf.databinding that return IEMFValueProperty
 IEMFValueProperty IEMFValueProperty.value(EStructuralFeature feature)
          Returns a master-detail combination of this property and the specified value feature.
static IEMFValueProperty EMFProperties.value(EStructuralFeature feature)
          Returns a value property for the given EStructuralFeature
 IEMFValueProperty IEMFValueProperty.value(FeaturePath featurePath)
          Returns a master-detail combination of this property and the specified nested value feature.
static IEMFValueProperty EMFProperties.value(FeaturePath featurePath)
          Returns a value property for the given nested EStructuralFeature feature like the name of a person
 IEMFValueProperty IEMFListProperty.value(IEMFListProperty.ListElementAccess<?> elementAccess)
          This API is highly experimental and if possible will get moved upwards to Core-Databinding Observe one of the elements in the list
 IEMFValueProperty IEMFValueProperty.value(IEMFValueProperty property)
          Returns a master-detail combination of this property and the specified value property.
static IEMFValueProperty[] EMFProperties.values(EStructuralFeature... features)
          Returns multiple value properties for the given EStructuralFeatures
static IEMFValueProperty[] EMFProperties.values(FeaturePath... featurePaths)
          Returns multiple value property for the given nested EStructuralFeature features like the name of a person
 

Methods in org.eclipse.emf.databinding with parameters of type IEMFValueProperty
 IEMFValueProperty IEMFValueProperty.value(IEMFValueProperty property)
          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.
 IEMFListProperty IEMFListProperty.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.
 

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

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

Methods in org.eclipse.emf.databinding.edit with parameters of type IEMFValueProperty
 IEMFEditValueProperty IEMFEditValueProperty.value(IEMFValueProperty property)
           
 IEMFEditMapProperty IEMFEditMapProperty.values(IEMFValueProperty property)
           
 IEMFEditListProperty IEMFEditListProperty.values(IEMFValueProperty property)
           
 


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