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

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

Uses of IEMFListProperty in org.eclipse.emf.databinding
 

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

Methods in org.eclipse.emf.databinding with parameters of type IEMFListProperty
 IEMFListProperty IEMFValueProperty.list(IEMFListProperty property)
          Returns a master-detail combination of this property and the specified list property.
static IEMFListProperty EMFProperties.multiList(IEMFListProperty... properties)
          Combine the given list properties into one observable list property
 

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

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

Methods in org.eclipse.emf.databinding.edit with parameters of type IEMFListProperty
 IEMFEditListProperty IEMFEditValueProperty.list(IEMFListProperty property)
           
 


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