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

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

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

Methods in org.eclipse.emf.databinding.edit that return IEMFEditSetProperty
static IEMFEditSetProperty EMFEditProperties.set(EditingDomain editingDomain, EStructuralFeature feature)
          Returns a set property for the given EStructuralFeature
static IEMFEditSetProperty EMFEditProperties.set(EditingDomain editingDomain, FeaturePath featurePath)
          Returns a set property for the given FeaturePath
 IEMFEditSetProperty IEMFEditValueProperty.set(EStructuralFeature feature)
          Returns a master-detail combination of this property and the specified set property.
 IEMFEditSetProperty IEMFEditValueProperty.set(IEMFEditSetProperty property)
          Returns a master-detail combination of this property and the specified set property.
 

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


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