Uses of Interface
org.eclipse.emf.common.util.EList

Packages that use EList
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.common.notify Provides a notification framework. 
org.eclipse.emf.common.notify.impl Provides a basic implementation of the notification framework. 
org.eclipse.emf.common.util Provides basic utilities. 
org.eclipse.emf.converter.util   
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.change Provides an API for describing and applying model changes. 
org.eclipse.emf.ecore.change.impl Provides an implementation of the Change model. 
org.eclipse.emf.ecore.change.util Provides utilities. 
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.resource Provides an API for modeling abstract persistent resources.  
org.eclipse.emf.ecore.resource.impl Provides an implementation of the resource API.  
org.eclipse.emf.ecore.util Provides utilities. 
org.eclipse.emf.ecore.xmi.impl   
org.eclipse.emf.edit.command This provides a framework for implementing and composing Commands as well as implementations of all primitive EMF commands.
org.eclipse.emf.edit.domain This provides support for an EditingDomain, which acts a centralized control mechanism for managing a set of interrelated models and the Commands which modify them.
org.eclipse.emf.edit.provider This provides reusable ItemProviderAdapter support to drive JFace StructuredViewers, Eclipse IPropertySources, and EditingDomain
org.eclipse.emf.edit.tree   
org.eclipse.emf.edit.tree.impl   
org.eclipse.emf.edit.ui.celleditor   
org.eclipse.emf.exporter   
org.eclipse.emf.importer.java.builder   
org.eclipse.emf.importer.rose.builder   
org.eclipse.emf.mapping   
org.eclipse.emf.mapping.impl   
 

Uses of EList in org.eclipse.emf.codegen.ecore.genmodel
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return EList
 EList GenPackage.getGenEnums()
          Returns the value of the 'Gen Enums' containment reference list.
 EList GenPackage.getGenDataTypes()
          Returns the value of the 'Gen Data Types' containment reference list.
 EList GenPackage.getGenClasses()
          Returns the value of the 'Gen Classes' containment reference list.
 EList GenPackage.getNestedGenPackages()
          Returns the value of the 'Nested Gen Packages' containment reference list.
 EList GenPackage.getGenClassifiers()
          Returns the value of the 'Gen Classifiers' reference list.
 EList GenOperation.getGenParameters()
          Returns the value of the 'Gen Parameters' containment reference list.
 EList GenModel.getForeignModel()
          Returns the value of the 'Foreign Model' attribute list.
 EList GenModel.getStaticPackages()
          Returns the value of the 'Static Packages' attribute list.
 EList GenModel.getModelPluginVariables()
          Returns the value of the 'Model Plugin Variables' attribute list.
 EList GenModel.getGenPackages()
          Returns the value of the 'Gen Packages' containment reference list.
 EList GenModel.getUsedGenPackages()
          Returns the value of the 'Used Gen Packages' reference list.
 EList GenModel.getStaticGenPackages()
           
 EList GenFeature.getPropertyFilterFlags()
          Returns the value of the 'Property Filter Flags' attribute list.
 EList GenEnum.getGenEnumLiterals()
          Returns the value of the 'Gen Enum Literals' containment reference list.
 EList GenClass.getGenFeatures()
          Returns the value of the 'Gen Features' containment reference list.
 EList GenClass.getGenOperations()
          Returns the value of the 'Gen Operations' containment reference list.
 EList GenBase.getGenAnnotations()
          Returns the value of the 'Gen Annotations' containment reference list.
 EList GenAnnotation.getReferences()
          Returns the value of the 'References' reference list.
 EList GenAnnotation.getContents()
          Returns the value of the 'Contents' containment reference list.
 

Uses of EList in org.eclipse.emf.codegen.ecore.genmodel.impl
 

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as EList
protected  EList GenPackageImpl.genEnums
          The cached value of the 'Gen Enums' containment reference list
protected  EList GenPackageImpl.genDataTypes
          The cached value of the 'Gen Data Types' containment reference list
protected  EList GenPackageImpl.genClasses
          The cached value of the 'Gen Classes' containment reference list
protected  EList GenPackageImpl.nestedGenPackages
          The cached value of the 'Nested Gen Packages' containment reference list
protected  EList GenOperationImpl.genParameters
          The cached value of the 'Gen Parameters' containment reference list
protected  EList GenModelImpl.foreignModel
          The cached value of the 'Foreign Model' attribute list
protected  EList GenModelImpl.staticPackages
          The cached value of the 'Static Packages' attribute list
protected  EList GenModelImpl.modelPluginVariables
          The cached value of the 'Model Plugin Variables' attribute list
protected  EList GenModelImpl.genPackages
          The cached value of the 'Gen Packages' containment reference list
protected  EList GenModelImpl.staticGenPackages
           
protected  EList GenModelImpl.usedGenPackages
          The cached value of the 'Used Gen Packages' reference list
protected  EList GenFeatureImpl.propertyFilterFlags
          The cached value of the 'Property Filter Flags' attribute list
protected  EList GenEnumImpl.genEnumLiterals
          The cached value of the 'Gen Enum Literals' containment reference list
protected  EList GenClassImpl.genFeatures
          The cached value of the 'Gen Features' containment reference list
protected  EList GenClassImpl.genOperations
          The cached value of the 'Gen Operations' containment reference list
protected  EList GenBaseImpl.genAnnotations
          The cached value of the 'Gen Annotations' containment reference list
protected  EList GenAnnotationImpl.references
          The cached value of the 'References' reference list
protected  EList GenAnnotationImpl.contents
          The cached value of the 'Contents' containment reference list
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return EList
 EList GenPackageImpl.getGenEnums()
           
 EList GenPackageImpl.getGenDataTypes()
           
 EList GenPackageImpl.getGenClasses()
           
 EList GenPackageImpl.getNestedGenPackages()
           
 EList GenPackageImpl.getGenClassifiers()
           
 EList GenOperationImpl.getGenParameters()
           
 EList GenModelImpl.getForeignModel()
           
 EList GenModelImpl.getStaticPackages()
           
 EList GenModelImpl.getModelPluginVariables()
           
 EList GenModelImpl.getGenPackages()
           
 EList GenModelImpl.getStaticGenPackages()
           
 EList GenModelImpl.getUsedGenPackages()
           
 EList GenFeatureImpl.getPropertyFilterFlags()
           
 EList GenEnumImpl.getGenEnumLiterals()
           
 EList GenClassImpl.getGenFeatures()
           
 EList GenClassImpl.getGenOperations()
           
 EList GenBaseImpl.getGenAnnotations()
           
 EList GenAnnotationImpl.getReferences()
           
 EList GenAnnotationImpl.getContents()
           
 

Uses of EList in org.eclipse.emf.common.notify
 

Subinterfaces of EList in org.eclipse.emf.common.notify
 interface NotifyingList
          A managed list that dispatches feature change notification to a notifier.
 

Methods in org.eclipse.emf.common.notify that return EList
 EList Notifier.eAdapters()
          Returns list of the adapters associated with this notifier.
 

Uses of EList in org.eclipse.emf.common.notify.impl
 

Classes in org.eclipse.emf.common.notify.impl that implement EList
static class BasicNotifierImpl.EAdapterList
           
 class DelegatingNotifyingListImpl
          An extensible implementation of a notifying list that delegates to a backing list.
 class NotificationChainImpl
          A list that acts as a notification chain.
 class NotifyingListImpl
          An extensible implementation of a notifying list.
 

Methods in org.eclipse.emf.common.notify.impl that return EList
 EList NotifierImpl.eAdapters()
           
 EList BasicNotifierImpl.eAdapters()
           
 

Uses of EList in org.eclipse.emf.common.util
 

Subinterfaces of EList in org.eclipse.emf.common.util
 interface EMap
          A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the noteable exception of Map.remove(Object).
 

Classes in org.eclipse.emf.common.util that implement EList
 class AbstractTreeIterator
          An extensible tree iterator implementation that iterates over an object, it's children, their children, and so on.
 class BasicEList
          A highly extensible list implementation.
static class BasicEList.FastCompare
          A BasicEList that uses == instead of equals to compare members.
static class BasicEList.UnmodifiableEList
          An unmodifiable version of BasicEList.
 class BasicEMap
          A highly extensible map implementation.
 class DelegatingEList
          A highly extensible delegating list implementation.
static class DelegatingEList.UnmodifiableEList
          An unmodifiable version of DelegatingEList.
 class UniqueEList
          A BasicEList that allows only unique elements.
static class UniqueEList.FastCompare
          A UniqueEList that uses == instead of equals to compare members.
 

Fields in org.eclipse.emf.common.util declared as EList
static EList ECollections.EMPTY_ELIST
          An unmodifiable empty list with an efficient reusable iterator.
protected  EList BasicEMap.delegateEList
          The underlying list of entries.
 

Methods in org.eclipse.emf.common.util that return EList
static EList ECollections.unmodifiableEList(EList list)
          Returns an unmodifiable view of the list.
 

Methods in org.eclipse.emf.common.util with parameters of type EList
static void ECollections.reverse(EList list)
          Reverses the order of the elements in the specified EList.
static void ECollections.sort(EList list)
          Sorts the specified list.
static void ECollections.sort(EList list, Comparator comparator)
          Sorts the specified list based on the order defined by the specified comparator.
static void ECollections.setEList(EList eList, List prototypeList)
          Sets the eList's contents and order to be exactly that of the prototype list.
static EList ECollections.unmodifiableEList(EList list)
          Returns an unmodifiable view of the list.
 

Uses of EList in org.eclipse.emf.converter.util
 

Classes in org.eclipse.emf.converter.util that implement EList
static class ConverterUtil.EPackageList
           
static class ConverterUtil.GenPackageList
           
 

Uses of EList in org.eclipse.emf.ecore
 

Methods in org.eclipse.emf.ecore that return EList
 EList EPackage.getEClassifiers()
          Returns the value of the 'EClassifiers' containment reference list.
 EList EPackage.getESubpackages()
          Returns the value of the 'ESubpackages' containment reference list.
 EList EOperation.getEParameters()
          Returns the value of the 'EParameters' containment reference list.
 EList EOperation.getEExceptions()
          Returns the value of the 'EExceptions' reference list.
 EList EObject.eContents()
           Returns a list view of the content objects; it is unmodifiable.
 EList EObject.eCrossReferences()
           Returns a list view of the cross referenced objects; it is unmodifiable.
 EList EModelElement.getEAnnotations()
          Returns the value of the 'EAnnotations' containment reference list.
 EList EEnum.getELiterals()
          Returns the value of the 'ELiterals' containment reference list.
 EList EClass.getESuperTypes()
          Returns the value of the 'ESuper Types' reference list.
 EList EClass.getEAllSuperTypes()
          Returns the value of the 'EAll Super Types' reference list.
 EList EClass.getEStructuralFeatures()
          Returns the value of the 'EStructural Features' containment reference list.
 EList EClass.getEAttributes()
          Returns the value of the 'EAttributes' reference list.
 EList EClass.getEAllAttributes()
          Returns the value of the 'EAll Attributes' reference list.
 EList EClass.getEReferences()
          Returns the value of the 'EReferences' reference list.
 EList EClass.getEAllReferences()
          Returns the value of the 'EAll References' reference list.
 EList EClass.getEAllContainments()
          Returns the value of the 'EAll Containments' reference list.
 EList EClass.getEAllStructuralFeatures()
          Returns the value of the 'EAll Structural Features' reference list.
 EList EClass.getEOperations()
          Returns the value of the 'EOperations' containment reference list.
 EList EClass.getEAllOperations()
          Returns the value of the 'EAll Operations' reference list.
 EList EAnnotation.getContents()
          Returns the value of the 'Contents' containment reference list.
 EList EAnnotation.getReferences()
          Returns the value of the 'References' reference list.
 

Uses of EList in org.eclipse.emf.ecore.change
 

Methods in org.eclipse.emf.ecore.change that return EList
 EList ResourceChange.getValue()
          Returns the value of the 'Value' attribute
 EList ResourceChange.getListChanges()
          Returns the value of the 'List Changes' containment reference list.
 EList ListChange.getDataValues()
          Returns the value of the 'Data Values' attribute list.
 EList ListChange.getReferenceValues()
          Returns the value of the 'Reference Values' reference list.
 EList ListChange.getFeatureMapEntryValues()
          Returns the value of the 'Feature Map Entry Values' containment reference list.
 EList ListChange.getValues()
          Returns the value of the 'Values' attribute list.
 EList FeatureChange.getListChanges()
          Returns the value of the 'List Changes' containment reference list.
 EList ChangeDescription.getObjectsToDetach()
          Returns the value of the 'Objects To Detach' reference list.
 EList ChangeDescription.getObjectsToAttach()
          Returns the value of the 'Objects To Attach' containment reference list.
 EList ChangeDescription.getResourceChanges()
          Returns the value of the 'Resource Changes' containment reference list.
 

Methods in org.eclipse.emf.ecore.change with parameters of type EList
 void ListChange.apply(EList originalList)
           
 void ListChange.applyAndReverse(EList originalList)
           
 ResourceChange ChangeFactory.createResourceChange(Resource resource, EList oldValue)
           
 

Uses of EList in org.eclipse.emf.ecore.change.impl
 

Fields in org.eclipse.emf.ecore.change.impl declared as EList
protected static EList ResourceChangeImpl.VALUE_EDEFAULT
          The default value of the 'Value' attribute
protected  EList ResourceChangeImpl.listChanges
          The cached value of the 'List Changes' containment reference list
protected  EList ResourceChangeImpl.valueField
           
protected  EList ListChangeImpl.dataValues
          The cached value of the 'Data Values' attribute list
protected  EList ListChangeImpl.referenceValues
          The cached value of the 'Reference Values' reference list
protected  EList ListChangeImpl.featureMapEntryValues
          The cached value of the 'Feature Map Entry Values' containment reference list
protected  EList ListChangeImpl.dataValueDelegatingList
          The data value delegating list is used to ensure that the elements are properly converted to and from strings when added and removed from the dataValues list.
protected  EList FeatureChangeImpl.listChanges
          The cached value of the 'List Changes' containment reference list
protected  EList EObjectToChangesMapEntryImpl.value
          The cached value of the 'Value' containment reference list
protected  EList ChangeDescriptionImpl.objectsToDetach
          The cached value of the 'Objects To Detach' reference list
protected  EList ChangeDescriptionImpl.objectsToAttach
          The cached value of the 'Objects To Attach' containment reference list
protected  EList ChangeDescriptionImpl.resourceChanges
          The cached value of the 'Resource Changes' containment reference list
 

Methods in org.eclipse.emf.ecore.change.impl that return EList
 EList ResourceChangeImpl.getValue()
           
 EList ResourceChangeImpl.getListChanges()
           
 EList ListChangeImpl.getDataValues()
           
protected  EList ListChangeImpl.createDataValueDelegatingList()
          Creates the data value delegating list
 EList ListChangeImpl.getReferenceValues()
           
 EList ListChangeImpl.getFeatureMapEntryValues()
           
 EList ListChangeImpl.getValues()
           
 EList FeatureChangeImpl.getListChanges()
           
protected  EList FeatureChangeImpl.getListValue(EList originalList)
           
 EList EObjectToChangesMapEntryImpl.getTypedValue()
           
 EList ChangeDescriptionImpl.getObjectsToDetachGen()
           
 EList ChangeDescriptionImpl.getObjectsToDetach()
           
 EList ChangeDescriptionImpl.getObjectsToAttach()
           
 EList ChangeDescriptionImpl.getResourceChanges()
           
 

Methods in org.eclipse.emf.ecore.change.impl with parameters of type EList
protected  void ResourceChangeImpl.setValue(EList value)
           
protected  void ResourceChangeImpl.apply(EList toList)
           
 void ListChangeImpl.setValues(EList values)
           
 void ListChangeImpl.apply(EList originalList)
           
 void ListChangeImpl.applyAndReverse(EList originalList)
           
protected  ListChange FeatureMapEntryImpl.createListChange(EList changesList, ChangeKind kind, int index)
           
protected  EList FeatureChangeImpl.getListValue(EList originalList)
           
protected  void FeatureChangeImpl.apply(EList toList)
           
protected  ListChange FeatureChangeImpl.createListChange(EList changesList, ChangeKind kind, int index)
           
 ResourceChange ChangeFactoryImpl.createResourceChange(Resource resource, EList oldValue)
           
 

Constructors in org.eclipse.emf.ecore.change.impl with parameters of type EList
ResourceChangeImpl(Resource resource, EList value)
           
 

Uses of EList in org.eclipse.emf.ecore.change.util
 

Methods in org.eclipse.emf.ecore.change.util that return EList
protected  EList ChangeRecorder.getResourceChanges()
           
 

Methods in org.eclipse.emf.ecore.change.util with parameters of type EList
protected  void ChangeRecorder.createListChanges(EList oldList, EList newList, EList changesList)
           
protected  void ChangeRecorder.createAddListChange(EList oldList, EList changesList, Object newObject, int index)
          Convenience method added to allow subclasses to modify the default implementation for the scenario in which an element was added to the monitored list.
protected  void ChangeRecorder.createRemoveListChange(EList oldList, EList changesList, Object newObject, int index)
          Convenience method added to allow subclasses to modify the default implementation for the scenario in which an element was removed from the monitored list.
protected  void ChangeRecorder.createMoveListChange(EList oldList, EList changesList, Object newObject, int index, int toIndex)
          Convenience method added to allow subclasses to modify the default implementation for the scenario in which an element was moved in the monitored list.
protected  ListChange ChangeRecorder.createListChange(EList changesList, ChangeKind kind, int index)
           
protected  ResourceChange ChangeRecorder.createResourceChange(Resource resource, EList value)
           
 

Uses of EList in org.eclipse.emf.ecore.impl
 

Classes in org.eclipse.emf.ecore.impl that implement EList
static class EStoreEObjectImpl.EStoreEList
          A list that delegates to a eStore.
static class EStoreEObjectImpl.EStoreFeatureMap
          A feature map that delegates to a store.
 

Fields in org.eclipse.emf.ecore.impl declared as EList
protected  EList FlatEObjectImpl.eContents
           
protected  EList FlatEObjectImpl.eCrossReferences
           
protected  EList ESuperAdapter.subclasses
           
protected  EList EStringToStringMapEntryImpl.EStringToStringMapEntryPropertiesHolderImpl.eContents
           
protected  EList EStringToStringMapEntryImpl.EStringToStringMapEntryPropertiesHolderImpl.eCrossReferences
           
protected  EList EStoreEObjectImpl.EStoreEPropertiesHolderImpl.eContents
           
protected  EList EStoreEObjectImpl.EStoreEPropertiesHolderImpl.eCrossReferences
           
protected  EList EPackageImpl.eClassifiers
          The cached value of the 'EClassifiers' containment reference list
protected  EList EPackageImpl.eSubpackages
          The cached value of the 'ESubpackages' containment reference list
protected  EList EOperationImpl.eParameters
          The cached value of the 'EParameters' containment reference list
protected  EList EOperationImpl.eExceptions
          The cached value of the 'EExceptions' reference list
protected  EList EModelElementImpl.eAnnotations
          The cached value of the 'EAnnotations' containment reference list
protected  EList EEnumImpl.eLiterals
          The cached value of the 'ELiterals' containment reference list
protected  EList EClassImpl.eSuperTypes
          The cached value of the 'ESuper Types' reference list
protected  EList EClassImpl.eOperations
          The cached value of the 'EOperations' containment reference list
protected  EList EClassImpl.eStructuralFeatures
          The cached value of the 'EStructural Features' containment reference list
protected  EList EAnnotationImpl.contents
          The cached value of the 'Contents' containment reference list
protected  EList EAnnotationImpl.references
          The cached value of the 'References' reference list
protected  EList DynamicEObjectImpl.DynamicEPropertiesHolderImpl.eContents
           
protected  EList DynamicEObjectImpl.DynamicEPropertiesHolderImpl.eCrossReferences
           
protected  EList BasicEObjectImpl.EPropertiesHolderImpl.eContents
           
protected  EList BasicEObjectImpl.EPropertiesHolderImpl.eCrossReferences
           
 

Methods in org.eclipse.emf.ecore.impl that return EList
 EList FlatEObjectImpl.eContents()
           
 EList FlatEObjectImpl.eCrossReferences()
           
 EList ESuperAdapter.getSubclasses()
           
 EList EStringToStringMapEntryImpl.eContents()
           
 EList EStringToStringMapEntryImpl.eCrossReferences()
           
 EList EStringToStringMapEntryImpl.EStringToStringMapEntryPropertiesHolderImpl.getEContents()
           
 EList EStringToStringMapEntryImpl.EStringToStringMapEntryPropertiesHolderImpl.getECrossReferences()
           
protected  EList EStoreEObjectImpl.createList(EStructuralFeature eStructuralFeature)
           
 EList EStoreEObjectImpl.EStoreEPropertiesHolderImpl.getEContents()
           
 EList EStoreEObjectImpl.EStoreEPropertiesHolderImpl.getECrossReferences()
           
protected  EList EStoreEObjectImpl.EStoreImpl.getList(EStoreEObjectImpl.EStoreImpl.Entry entry)
           
 EList EPackageImpl.getEClassifiers()
           
 EList EPackageImpl.getESubpackages()
           
 EList EOperationImpl.getEParameters()
           
 EList EOperationImpl.getEExceptions()
           
 EList EObjectImpl.eAdapters()
           
 EList EModelElementImpl.getEAnnotations()
           
 EList EEnumImpl.getELiterals()
           
 EList EClassImpl.getEStructuralFeatures()
           
 EList EClassImpl.getEAllAttributes()
           
 EList EClassImpl.getEAllReferences()
           
 EList EClassImpl.getEReferences()
           
 EList EClassImpl.getEAttributes()
           
 EList EClassImpl.getEAllStructuralFeatures()
           
 EList EClassImpl.getEAllOperations()
           
 EList EClassImpl.getEAllContainments()
           
 EList EClassImpl.getESuperTypesGen()
           
 EList EClassImpl.getESuperTypes()
           
 EList EClassImpl.getEOperations()
           
 EList EClassImpl.getEAllSuperTypes()
          Returns all the supertypes in the hierarchy.
 EList EAnnotationImpl.getContents()
           
 EList EAnnotationImpl.getReferences()
           
protected  EList DynamicEStoreEObjectImpl.createList(EStructuralFeature eStructuralFeature)
           
 EList DynamicEObjectImpl.DynamicEPropertiesHolderImpl.getEContents()
           
 EList DynamicEObjectImpl.DynamicEPropertiesHolderImpl.getECrossReferences()
           
 EList BasicEObjectImpl.eContents()
           
 EList BasicEObjectImpl.eCrossReferences()
           
 EList BasicEObjectImpl.EPropertiesHolder.getEContents()
           
 EList BasicEObjectImpl.EPropertiesHolder.getECrossReferences()
           
 EList BasicEObjectImpl.EPropertiesHolderBaseImpl.getEContents()
           
 EList BasicEObjectImpl.EPropertiesHolderBaseImpl.getECrossReferences()
           
 EList BasicEObjectImpl.EPropertiesHolderImpl.getEContents()
           
 EList BasicEObjectImpl.EPropertiesHolderImpl.getECrossReferences()
           
 

Methods in org.eclipse.emf.ecore.impl with parameters of type EList
 void EStringToStringMapEntryImpl.EStringToStringMapEntryPropertiesHolderImpl.setEContents(EList eContents)
           
 void EStringToStringMapEntryImpl.EStringToStringMapEntryPropertiesHolderImpl.setECrossReferences(EList eCrossReferences)
           
 void EStoreEObjectImpl.EStoreEPropertiesHolderImpl.setEContents(EList eContents)
           
 void EStoreEObjectImpl.EStoreEPropertiesHolderImpl.setECrossReferences(EList eCrossReferences)
           
 void DynamicEObjectImpl.DynamicEPropertiesHolderImpl.setEContents(EList eContents)
           
 void DynamicEObjectImpl.DynamicEPropertiesHolderImpl.setECrossReferences(EList eCrossReferences)
           
 void BasicEObjectImpl.EPropertiesHolder.setEContents(EList eContents)
           
 void BasicEObjectImpl.EPropertiesHolder.setECrossReferences(EList eCrossReferences)
           
 void BasicEObjectImpl.EPropertiesHolderBaseImpl.setEContents(EList eContents)
           
 void BasicEObjectImpl.EPropertiesHolderBaseImpl.setECrossReferences(EList eCrossReferences)
           
 void BasicEObjectImpl.EPropertiesHolderImpl.setEContents(EList eContents)
           
 void BasicEObjectImpl.EPropertiesHolderImpl.setECrossReferences(EList eCrossReferences)
           
 

Uses of EList in org.eclipse.emf.ecore.resource
 

Methods in org.eclipse.emf.ecore.resource that return EList
 EList ResourceSet.getResources()
          Returns the direct Resources being managed.
 EList ResourceSet.getAdapterFactories()
          Returns the list of registered AdapterFactory instances.
 EList Resource.getContents()
          Returns the list of the direct content objects; each is of type EObject.
 EList Resource.getErrors()
          Returns a list of the errors in the resource; each error will be of type Resource.Diagnostic.
 EList Resource.getWarnings()
          Returns a list of the warnings and informational messages in the resource; each warning will be of type Resource.Diagnostic.
 

Uses of EList in org.eclipse.emf.ecore.resource.impl
 

Classes in org.eclipse.emf.ecore.resource.impl that implement EList
protected  class ResourceImpl.ContentsEList
          A notifying list implementation for supporting Resource.getContents().
protected  class ResourceSetImpl.ResourcesEList
          A notifying list implementation for supporting ResourceSet.getResources().
 class URIMappingRegistryImpl
          An extensible implementation of a URI mapping registry.
 

Fields in org.eclipse.emf.ecore.resource.impl declared as EList
protected  EList ResourceSetImpl.resources
          The contained resources.
protected  EList ResourceSetImpl.adapterFactories
          The registered adapter factories.
protected  EList ResourceImpl.errors
          The errors.
protected  EList ResourceImpl.warnings
          The warnings.
 

Methods in org.eclipse.emf.ecore.resource.impl that return EList
 EList ResourceSetImpl.getResources()
           
 EList ResourceSetImpl.getAdapterFactories()
           
 EList ResourceImpl.getContents()
           
 EList ResourceImpl.getErrors()
           
 EList ResourceImpl.getWarnings()
           
 

Uses of EList in org.eclipse.emf.ecore.util
 

Subinterfaces of EList in org.eclipse.emf.ecore.util
 interface FeatureMap
          A list of entries where each entry consists of a feature and a single value of that feature's type.
static interface FeatureMap.Internal
           
 interface InternalEList
           
static interface InternalEList.Unsettable
          Additional API for unsettable lists.
 

Classes in org.eclipse.emf.ecore.util that implement EList
 class BasicFeatureMap
           
 class BasicInternalEList
           
 class DelegatingEcoreEList
           
static class DelegatingEcoreEList.Dynamic
           
static class DelegatingEcoreEList.Generic
           
static class DelegatingEcoreEList.UnmodifiableEList
           
static class DelegatingEcoreEList.Unsettable
           
 class DelegatingFeatureMap
           
 class EContentsEList
           
 class EcoreEList
           
static class EcoreEList.Dynamic
           
static class EcoreEList.Generic
           
static class EcoreEList.UnmodifiableEList
           
static class EcoreEList.UnmodifiableEList.FastCompare
           
 class EcoreEMap
           
protected  class EcoreEMap.DelegateEObjectContainmentEList
           
static class EcoreEMap.Unsettable
           
protected  class EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentEList
           
static class EcoreUtil.ContentTreeIterator
          An iterator over the tree contents of a collection of EObjects, Resources, and ResourceSets; use getAllContents to create a new instance.
 class ECrossReferenceEList
          A virtual list of all the cross references of an EObject.
 class EDataTypeEList
           
static class EDataTypeEList.Unsettable
           
 class EDataTypeUniqueEList
           
static class EDataTypeUniqueEList.Unsettable
           
 class EObjectContainmentEList
           
static class EObjectContainmentEList.Resolving
           
static class EObjectContainmentEList.Unsettable
           
static class EObjectContainmentEList.Unsettable.Resolving
           
 class EObjectContainmentWithInverseEList
           
static class EObjectContainmentWithInverseEList.Resolving
           
static class EObjectContainmentWithInverseEList.Unsettable
           
static class EObjectContainmentWithInverseEList.Unsettable.Resolving
           
 class EObjectEList
           
static class EObjectEList.Unsettable
           
 class EObjectResolvingEList
           
static class EObjectResolvingEList.Unsettable
           
 class EObjectWithInverseEList
           
static class EObjectWithInverseEList.ManyInverse
           
static class EObjectWithInverseEList.Unsettable
           
static class EObjectWithInverseEList.Unsettable.ManyInverse
           
 class EObjectWithInverseResolvingEList
           
static class EObjectWithInverseResolvingEList.ManyInverse
           
static class EObjectWithInverseResolvingEList.Unsettable
           
static class EObjectWithInverseResolvingEList.Unsettable.ManyInverse
           
static class FeatureMapUtil.FeatureEList
           
static class FeatureMapUtil.FeatureEList.Basic
           
static class FeatureMapUtil.FeatureFeatureMap
           
 

Methods in org.eclipse.emf.ecore.util that return EList
 EList FeatureMapUtil.FeatureFeatureMap.list(EStructuralFeature feature)
           
 EList FeatureMap.list(EStructuralFeature feature)
           
 EList DelegatingFeatureMap.list(EStructuralFeature feature)
           
 EList BasicFeatureMap.list(EStructuralFeature feature)
           
 

Methods in org.eclipse.emf.ecore.util with parameters of type EList
static void EcoreUtil.setEList(EList eList, Collection prototypeCollection)
          Deprecated. replaced by ECollections.setEList(EList, List) in 2.1.0
static void EcoreUtil.setEList(EList eList, List prototypeList)
          Deprecated. replaced by ECollections.setEList(EList, List) in 2.1.0
 

Constructors in org.eclipse.emf.ecore.util with parameters of type EList
EcoreEMap(EClass entryEClass, Class entryClass, EList delegateEList)
           
 

Uses of EList in org.eclipse.emf.ecore.xmi.impl
 

Classes in org.eclipse.emf.ecore.xmi.impl that implement EList
 class StringSegment
          A String Buffer that never reallocates
protected static class XMLHandler.MyEObjectStack
           
protected static class XMLHandler.MyStack
           
 class XMLString
           
 

Uses of EList in org.eclipse.emf.edit.command
 

Fields in org.eclipse.emf.edit.command declared as EList
protected  EList SetCommand.ownerList
          If non-null, this is the list in which the command will set a value.
protected  EList ReplaceCommand.ownerList
          This is the list from which the command will replace.
protected  EList RemoveCommand.ownerList
          This is the list from which the command will remove.
protected  EList MoveCommand.ownerList
          This is the list in which the command will move an object.
protected  EList AddCommand.ownerList
          This is the list to which the command will add the collection.
 

Methods in org.eclipse.emf.edit.command that return EList
 EList SetCommand.getOwnerList()
          If the command will set a single value in a list, this returns the list in which it will set; null otherwise.
 EList ReplaceCommand.getOwnerList()
          This returns the list in which the command will replace.
 EList RemoveCommand.getOwnerList()
          This returns the list from which the command will remove.
 EList MoveCommand.getOwnerList()
          This returns the list in which the command will move an object.
 EList CommandParameter.getOwnerList()
          This is a safe way to get the list affected by the parameters for an add or remove specification.
 EList AddCommand.getOwnerList()
          This returns the list to which the command will add.
static EList AbstractOverrideableCommand.getOwnerList(EObject owner, EStructuralFeature feature)
           
 

Constructors in org.eclipse.emf.edit.command with parameters of type EList
ReplaceCommand(EditingDomain domain, EList list, Object value, Object replacement)
          This constructs a primitive command to replace a particular value in the specified extent with the given replacement.
ReplaceCommand(EditingDomain domain, EList list, Object value, Collection collection)
          This constructs a primitive command to replace a particular value in the specified extent with the given collection of replacements.
RemoveCommand(EditingDomain domain, EList list, Object value)
          This constructs a primitive command to remove a particular value from the specified extent.
RemoveCommand(EditingDomain domain, EList list, Collection collection)
          This constructs a primitive command to remove a collection of values from the specified extent.
MoveCommand(EditingDomain domain, EList list, Object value, int index)
          This constructs a primitive command to move a particular value to a particular index of the specified extent.
AddCommand(EditingDomain domain, EList list, Object value)
          This constructs a primitive command to add a particular value into the specified extent.
AddCommand(EditingDomain domain, EList list, Object value, int index)
          This constructs a primitive command to insert particular value into the specified extent.
AddCommand(EditingDomain domain, EList list, Collection collection)
          This constructs a primitive command to insert a collection of values into the specified extent.
AddCommand(EditingDomain domain, EList list, Collection collection, int index)
          This constructs a primitive command to insert a collection of values into the specified extent.
 

Uses of EList in org.eclipse.emf.edit.domain
 

Classes in org.eclipse.emf.edit.domain that implement EList
static class AdapterFactoryEditingDomain.DomainTreeIterator
          This implements an tree iterator that iterates over an object, it's domain children, their domain children, and so on.
 

Uses of EList in org.eclipse.emf.edit.provider
 

Classes in org.eclipse.emf.edit.provider that implement EList
 class AdapterFactoryTreeIterator
          This implements a tree iterator that iterates over an object, it's children, their children, and so on, use the ITreeItemContentProviders produced by an adapter factory.
 class ItemProvider.ItemProviderNotifyingArrayList
          This class overrides the "notify" methods to fire INotifyChangedListener calls and it overrides the "inverse basic" methods to maintain referential integrity by calling IUpdateableItemParent.setParent.
protected static class ItemProviderAdapter.ModifiableSingletonEList
          A single-element implementation of EList.
 

Fields in org.eclipse.emf.edit.provider declared as EList
 EList ItemProviderAdapter.ChildrenStore.Entry.list
           
 

Methods in org.eclipse.emf.edit.provider that return EList
protected  EList ItemProviderAdapter.ChildrenStore.createList(EStructuralFeature feature)
          Returns a list, either a full list implementation or a fixed-sized modifiable singleton list, depending on the multiplicity of the feature.
 EList ItemProviderAdapter.ChildrenStore.getList(EStructuralFeature feature)
          Returns the list view of the specified feature, or null if the store does not handle the feature.
 EList ItemProvider.getElements()
          This returns ItemProvider.getChildren().
 EList ItemProvider.getChildren()
          This returns getChildren(this).
 

Uses of EList in org.eclipse.emf.edit.tree
 

Methods in org.eclipse.emf.edit.tree that return EList
 EList TreeNode.getChildren()
          Returns the value of the 'Children' containment reference list.
 

Uses of EList in org.eclipse.emf.edit.tree.impl
 

Fields in org.eclipse.emf.edit.tree.impl declared as EList
protected  EList TreeNodeImpl.children
          The cached value of the 'Children' containment reference list
 

Methods in org.eclipse.emf.edit.tree.impl that return EList
 EList TreeNodeImpl.getChildren()
           
 

Uses of EList in org.eclipse.emf.edit.ui.celleditor
 

Fields in org.eclipse.emf.edit.ui.celleditor declared as EList
protected  EList FeatureEditorDialog.result
           
 

Methods in org.eclipse.emf.edit.ui.celleditor that return EList
 EList FeatureEditorDialog.getResult()
           
 

Uses of EList in org.eclipse.emf.exporter
 

Classes in org.eclipse.emf.exporter that implement EList
protected static class ModelExporter.GenPackagesTreeIterator
           
 

Uses of EList in org.eclipse.emf.importer.java.builder
 

Methods in org.eclipse.emf.importer.java.builder with parameters of type EList
protected  void JavaEcoreBuilder.sort(EList eList, Map nameToIDMap)
           
 

Uses of EList in org.eclipse.emf.importer.rose.builder
 

Fields in org.eclipse.emf.importer.rose.builder declared as EList
protected  EList UnitTreeNode.extent
           
 

Methods in org.eclipse.emf.importer.rose.builder that return EList
 EList UnitTreeNode.getExtent()
           
protected  EList RoseEcoreBuilder.getExtentFromTableObject(RoseNode roseNode)
           
 

Methods in org.eclipse.emf.importer.rose.builder with parameters of type EList
 void UnitTreeNode.setExtent(EList extent)
           
 void RoseEcoreBuilder.createEPackageForRootClasses(EList extent, RoseNode roseNode, String packageName)
           
 

Uses of EList in org.eclipse.emf.mapping
 

Methods in org.eclipse.emf.mapping that return EList
 EList MappingHelper.getNested()
          Returns the value of the 'Nested' containment reference list.
 EList Mapping.getNested()
          Returns the value of the 'Nested' containment reference list.
 EList Mapping.getInputs()
          Returns the value of the 'Inputs' reference list.
 EList Mapping.getOutputs()
          Returns the value of the 'Outputs' reference list.
 EList Mapping.getTops()
          This returns the same as either Mapping.getInputs() or Mapping.getOutputs() depending on the mapping root's isTopToBottom.
 EList Mapping.getBottoms()
          This returns the same as either Mapping.getInputs() or Mapping.getOutputs() depending on the mapping root's isTopToBottom.
 EList Mapping.getSenders()
          This returns the same as Mapping.getInputs() if Mapping.isReverse() returns false.
 EList Mapping.getReceivers()
          This returns the same as Mapping.getOutputs() if Mapping.isReverse() returns false.
 

Uses of EList in org.eclipse.emf.mapping.impl
 

Classes in org.eclipse.emf.mapping.impl that implement EList
static class MappingImpl.MappingTreeIterator
          This implements a tree iterator that will iterate over a mapping, all it's nested mappings, all their nested mappings, and so on.
 

Fields in org.eclipse.emf.mapping.impl declared as EList
protected  EList MappingImpl.nested
          The cached value of the 'Nested' containment reference list
protected  EList MappingImpl.inputs
          The cached value of the 'Inputs' reference list
protected  EList MappingImpl.outputs
          The cached value of the 'Outputs' reference list
protected  EList MappingHelperImpl.nested
          The cached value of the 'Nested' containment reference list
 

Methods in org.eclipse.emf.mapping.impl that return EList
 EList MappingImpl.getNested()
           
 EList MappingImpl.getInputs()
           
 EList MappingImpl.getOutputs()
           
 EList MappingImpl.getSenders()
           
 EList MappingImpl.getReceivers()
           
 EList MappingImpl.getTops()
           
 EList MappingImpl.getBottoms()
           
 EList MappingHelperImpl.getNested()
           
 


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