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

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

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)
           
 

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

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

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

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

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

Methods in org.eclipse.emf.databinding.internal that return IEMFListProperty
 IEMFListProperty EMFValuePropertyDecorator.list(EStructuralFeature feature)
           
 IEMFListProperty EMFValuePropertyDecorator.list(IEMFListProperty property)
           
 IEMFListProperty EMFMultiListProperty.values(EStructuralFeature feature)
           
 IEMFListProperty EMFListPropertyDecorator.values(EStructuralFeature feature)
           
 IEMFListProperty EMFMultiListProperty.values(FeaturePath featurePath)
           
 IEMFListProperty EMFListPropertyDecorator.values(FeaturePath featurePath)
           
 IEMFListProperty EMFMultiListProperty.values(IEMFValueProperty property)
           
 IEMFListProperty EMFListPropertyDecorator.values(IEMFValueProperty property)
           
 

Methods in org.eclipse.emf.databinding.internal with parameters of type IEMFListProperty
 IEMFListProperty EMFValuePropertyDecorator.list(IEMFListProperty property)
           
 

Constructors in org.eclipse.emf.databinding.internal with parameters of type IEMFListProperty
EMFMultiListProperty(IEMFListProperty[] properties)
          Create new property
 


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