Uses of Interface
org.eclipse.emf.ecore.util.FeatureMap.Entry

Packages that use FeatureMap.Entry
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.util Provides utilities. 
org.eclipse.emf.edit.provider This provides reusable ItemProviderAdapter support to drive JFace StructuredViewers, Eclipse IPropertySources, and EditingDomain
 

Uses of FeatureMap.Entry in org.eclipse.emf.ecore.impl
 

Methods in org.eclipse.emf.ecore.impl that return FeatureMap.Entry
 FeatureMap.Entry EcoreFactoryImpl.createEFeatureMapEntryFromString(EDataType eDataType, String initialValue)
           
 

Uses of FeatureMap.Entry in org.eclipse.emf.ecore.util
 

Classes in org.eclipse.emf.ecore.util that implement FeatureMap.Entry
static class FeatureMapUtil.EntryImpl
           
 

Methods in org.eclipse.emf.ecore.util that return FeatureMap.Entry
static FeatureMap.Entry FeatureMapUtil.createEntry(EStructuralFeature eStructuralFeature, Object value)
           
protected  FeatureMap.Entry DelegatingFeatureMap.createEntry(EStructuralFeature eStructuralFeature, Object value)
           
protected  FeatureMap.Entry BasicFeatureMap.createEntry(EStructuralFeature eStructuralFeature, Object value)
           
 

Methods in org.eclipse.emf.ecore.util with parameters of type FeatureMap.Entry
protected  Object FeatureMapUtil.BasicFeatureEIterator.extractValue(FeatureMap.Entry entry)
           
 

Uses of FeatureMap.Entry in org.eclipse.emf.edit.provider
 

Constructors in org.eclipse.emf.edit.provider with parameters of type FeatureMap.Entry
FeatureMapEntryWrapperItemProvider(FeatureMap.Entry entry, EObject owner, EAttribute attribute, int index, AdapterFactory adapterFactory)
          Creates an instance for the feature map entry.
 


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