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

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

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.
 

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

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

Methods in org.eclipse.emf.databinding.edit.internal that return IEMFSetProperty
 IEMFSetProperty EMFEditValuePropertyDecorator.set(IEMFSetProperty property)
           
 

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

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

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

Methods in org.eclipse.emf.databinding.internal that return IEMFSetProperty
 IEMFSetProperty EMFValuePropertyDecorator.set(EStructuralFeature feature)
           
 IEMFSetProperty EMFValuePropertyDecorator.set(IEMFSetProperty property)
           
 

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


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