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

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

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

Methods in org.eclipse.emf.databinding.edit that return IEMFEditListProperty
static IEMFEditListProperty EMFEditProperties.list(EditingDomain editingDomain, EStructuralFeature feature)
          Returns a list property for the given EStructuralFeature
static IEMFEditListProperty EMFEditProperties.list(EditingDomain editingDomain, FeaturePath featurePath)
          Returns a list property for the given FeaturePath
 IEMFEditListProperty IEMFEditValueProperty.list(EStructuralFeature feature)
          Returns a master-detail combination of this property and the specified list feature.
 IEMFEditListProperty IEMFEditValueProperty.list(IEMFEditListProperty property)
          Returns a master-detail combination of this property and the specified list property.
 IEMFEditListProperty IEMFEditValueProperty.list(IEMFListProperty property)
           
static IEMFEditListProperty EMFEditProperties.multiList(EditingDomain editingDomain, EStructuralFeature... features)
          Combine multiple multi-value features into one observable list property
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 IEMFEditListProperty EMFEditProperties.multiList(EditingDomain editingDomain, IEMFEditListProperty... properties)
          Combine the given list properties into one observable list property
static IEMFEditListProperty EMFEditProperties.resource(EditingDomain editingDomain)
          Returns a property to observe a resource-content
 IEMFEditListProperty IEMFEditListProperty.values(EStructuralFeature feature)
          Returns a master-detail combination of this property and the specified value property.
 IEMFEditListProperty IEMFEditListProperty.values(FeaturePath featurePath)
          Returns a master-detail combination of this property and the specified value nested feature.
 IEMFEditListProperty IEMFEditListProperty.values(IEMFEditValueProperty property)
          Returns a master-detail combination of this property and the specified value property.
 IEMFEditListProperty IEMFEditListProperty.values(IEMFValueProperty property)
           
 

Methods in org.eclipse.emf.databinding.edit with parameters of type IEMFEditListProperty
 IEMFEditListProperty IEMFEditValueProperty.list(IEMFEditListProperty property)
          Returns a master-detail combination of this property and the specified list property.
static IEMFEditListProperty EMFEditProperties.multiList(EditingDomain editingDomain, IEMFEditListProperty... properties)
          Combine the given list properties into one observable list property
 


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