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

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

Uses of IEMFSetProperty in org.eclipse.emf.databinding
 

Methods in org.eclipse.emf.databinding that return IEMFSetProperty
 IEMFSetProperty IEMFValueProperty.set(EStructuralFeature feature)
          Returns a master-detail combination of this property and the specified set property.
static IEMFSetProperty EMFProperties.set(EStructuralFeature feature)
          Returns a set property for the given EStructuralFeature
static IEMFSetProperty EMFProperties.set(FeaturePath featurePath)
          Returns a set property for the given FeaturePath
 IEMFSetProperty IEMFValueProperty.set(IEMFSetProperty property)
          Returns a master-detail combination of this property and the specified set property.
 

Methods in org.eclipse.emf.databinding with parameters of type IEMFSetProperty
 IEMFSetProperty IEMFValueProperty.set(IEMFSetProperty property)
          Returns a master-detail combination of this property and the specified set property.
 

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

Subinterfaces of IEMFSetProperty in org.eclipse.emf.databinding.edit
 interface IEMFEditSetProperty
          An ISetProperty extension interface with convenience methods for creating nested EStructuralFeature properties.
 


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