Uses of Class
org.eclipse.emf.common.util.BasicEList

Packages that use BasicEList
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.impl Provides an implementation of Ecore. 
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.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.exporter   
org.eclipse.emf.mapping.impl   
 

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

Subclasses of BasicEList in org.eclipse.emf.common.notify.impl
static class BasicNotifierImpl.EAdapterList
           
 class NotificationChainImpl
          A list that acts as a notification chain.
 class NotifyingListImpl
          An extensible implementation of a notifying list.
 

Fields in org.eclipse.emf.common.notify.impl declared as BasicEList
protected  BasicEList NotifierImpl.eAdapters
          The list of Adapters associated with the notifier.
 

Methods in org.eclipse.emf.common.notify.impl that return BasicEList
protected  BasicEList NotifierImpl.eBasicAdapters()
           
protected  BasicEList BasicNotifierImpl.eBasicAdapters()
          Returns the adapter list, even if it is null.
 

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

Subclasses of BasicEList in org.eclipse.emf.common.util
 class AbstractTreeIterator
          An extensible tree iterator implementation that iterates over an object, it's children, their children, and so on.
static class BasicEList.FastCompare
          A BasicEList that uses == instead of equals to compare members.
static class BasicEList.UnmodifiableEList
          An unmodifiable version of BasicEList.
 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 BasicEList
protected  BasicEList[] BasicEMap.entryData
          The array of entry lists into which the hash codes are indexed.
 

Methods in org.eclipse.emf.common.util that return BasicEList
protected  BasicEList[] BasicEMap.newEntryData(int capacity)
          Returns new allocated entry data storage.
protected  BasicEList BasicEMap.newList()
          Returns a new allocated list of entries.
 

Methods in org.eclipse.emf.common.util with parameters of type BasicEList
protected  void BasicEMap.didClear(BasicEList[] oldEntryData)
          Called to indicate that the map has been cleared.
 

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

Subclasses of BasicEList in org.eclipse.emf.converter.util
static class ConverterUtil.EPackageList
           
static class ConverterUtil.GenPackageList
           
 

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

Fields in org.eclipse.emf.ecore.impl declared as BasicEList
protected  BasicEList EObjectImpl.eAdapters
          The list of Adapters associated with the notifier.
protected  BasicEList EClassImpl.eAllAttributes
           
protected  BasicEList EClassImpl.eAllReferences
           
protected  BasicEList EClassImpl.eAllStructuralFeatures
           
protected  BasicEList EClassImpl.eAllContainments
           
protected  BasicEList EClassImpl.eAllOperations
           
protected  BasicEList EClassImpl.eAllSuperTypes
           
protected  BasicEList EClassImpl.eReferences
          The cached value of the 'EReferences' containment reference list
protected  BasicEList EClassImpl.eAttributes
          The cached value of the 'EAttributes' containment reference list
 

Methods in org.eclipse.emf.ecore.impl that return BasicEList
protected  BasicEList EObjectImpl.eBasicAdapters()
           
 

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

Subclasses of BasicEList in org.eclipse.emf.ecore.resource.impl
protected  class ResourceImpl.ContentsEList
          A notifying list implementation for supporting Resource.getContents().
protected  class ResourceSetImpl.ResourcesEList
          A notifying list implementation for supporting ResourceSet.getResources().
 

Fields in org.eclipse.emf.ecore.resource.impl declared as BasicEList
protected  BasicEList URIMappingRegistryImpl.prefixMaps
          A list of lists of prefix URIs; it is indexed by segment count to yield a list of prefixes of that length.
 

Methods in org.eclipse.emf.ecore.resource.impl with parameters of type BasicEList
protected  void URIMappingRegistryImpl.didClear(BasicEList[] oldEntryData)
          Discards all the prefix maps.
 

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

Subclasses of BasicEList in org.eclipse.emf.ecore.util
 class BasicFeatureMap
           
 class BasicInternalEList
           
 class EcoreEList
           
static class EcoreEList.Dynamic
           
static class EcoreEList.Generic
           
static class EcoreEList.UnmodifiableEList
           
static class EcoreEList.UnmodifiableEList.FastCompare
           
protected  class EcoreEMap.DelegateEObjectContainmentEList
           
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 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
           
 

Methods in org.eclipse.emf.ecore.util that return BasicEList
protected  BasicEList EcoreEMap.newList()
           
 

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

Subclasses of BasicEList in org.eclipse.emf.ecore.xmi.impl
 class StringSegment
          A String Buffer that never reallocates
protected static class XMLHandler.MyEObjectStack
           
protected static class XMLHandler.MyStack
           
 class XMLString
           
 

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

Subclasses of BasicEList in org.eclipse.emf.edit.domain
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 BasicEList in org.eclipse.emf.edit.provider
 

Subclasses of BasicEList in org.eclipse.emf.edit.provider
 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.
 

Uses of BasicEList in org.eclipse.emf.exporter
 

Subclasses of BasicEList in org.eclipse.emf.exporter
protected static class ModelExporter.GenPackagesTreeIterator
           
 

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

Subclasses of BasicEList in org.eclipse.emf.mapping.impl
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.
 


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