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

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

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
 

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

Classes in org.eclipse.emf.databinding.edit.internal that implement IEMFEditListProperty
 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 that return IEMFEditListProperty
 IEMFEditListProperty EMFEditValuePropertyDecorator.list(EStructuralFeature feature)
           
 IEMFEditListProperty EMFEditValuePropertyDecorator.list(IEMFEditListProperty property)
           
 IEMFEditListProperty EMFEditValuePropertyDecorator.list(IEMFListProperty property)
           
 IEMFEditListProperty EMFEditMultiListProperty.values(EStructuralFeature feature)
           
 IEMFEditListProperty EMFEditListPropertyDecorator.values(EStructuralFeature feature)
           
 IEMFEditListProperty EMFEditMultiListProperty.values(FeaturePath featurePath)
           
 IEMFEditListProperty EMFEditListPropertyDecorator.values(FeaturePath featurePath)
           
 IEMFEditListProperty EMFEditMultiListProperty.values(IEMFEditValueProperty property)
           
 IEMFEditListProperty EMFEditListPropertyDecorator.values(IEMFEditValueProperty property)
           
 IEMFEditListProperty EMFEditMultiListProperty.values(IEMFValueProperty property)
           
 IEMFEditListProperty EMFEditListPropertyDecorator.values(IEMFValueProperty property)
           
 

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

Constructors in org.eclipse.emf.databinding.edit.internal with parameters of type IEMFEditListProperty
EMFEditMultiListProperty(EditingDomain editingDomain, IEMFEditListProperty[] properties)
          Create new property
 


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