Uses of Class
org.eclipse.emf.databinding.FeaturePath

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

Uses of FeaturePath in org.eclipse.emf.databinding
 

Methods in org.eclipse.emf.databinding that return FeaturePath
static FeaturePath FeaturePath.fromList(EStructuralFeature... featurePath)
          Create a feature path from the list of given features
 

Methods in org.eclipse.emf.databinding with parameters of type FeaturePath
static IEMFListProperty EMFProperties.list(FeaturePath featurePath)
          Returns a list property for the given FeaturePath
static IEMFListProperty EMFProperties.multiList(FeaturePath... featurePaths)
          Combine the features identified by the the path into one observable list property
static IEMFListProperty EMFProperties.multiList(FeaturePath rootPath, EStructuralFeature... features)
          Combine multiple features below a common path into one observable list property
static IEMFSetProperty EMFProperties.set(FeaturePath featurePath)
          Returns a set property for the given FeaturePath
 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
static IEMFValueProperty[] EMFProperties.values(FeaturePath... featurePaths)
          Returns multiple value property for the given nested EStructuralFeature features like the name of a person
 IEMFMapProperty IEMFMapProperty.values(FeaturePath featurePath)
          Returns a master-detail combination of this property and the specified nested value feature.
 IEMFListProperty IEMFListProperty.values(FeaturePath featurePath)
          Returns a master-detail combination of this property and the specified value nested feature.
 IEMFMapProperty IEMFSetProperty.values(FeaturePath featurePath)
          Returns a master-detail combination of this property and the specified value property.
 

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

Methods in org.eclipse.emf.databinding.edit with parameters of type FeaturePath
static IEMFEditListProperty EMFEditProperties.list(EditingDomain editingDomain, FeaturePath featurePath)
          Returns a list property for the given FeaturePath
static IEMFEditListProperty EMFEditProperties.multiList(EditingDomain editingDomain, FeaturePath... featurePaths)
          Combine the features identified by the the path into one observable list property
static IEMFEditListProperty EMFEditProperties.multiList(EditingDomain editingDomain, FeaturePath rootPath, EStructuralFeature... features)
          Combine multiple features below a common path into one observable list property
static IEMFEditSetProperty EMFEditProperties.set(EditingDomain editingDomain, FeaturePath featurePath)
          Returns a set property for the given FeaturePath
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(FeaturePath featurePath)
          Returns a master-detail combination of this property and the specified nested value feature.
static IEMFEditValueProperty[] EMFEditProperties.values(EditingDomain editingDomain, FeaturePath... featurePaths)
          Returns multiple value property for the given nested EStructuralFeature features like the name of a person
 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.
 IEMFEditListProperty IEMFEditListProperty.values(FeaturePath featurePath)
          Returns a master-detail combination of this property and the specified value nested feature.
 


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