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

Packages that use DelegatingEList
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.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.util Provides utilities. 
 

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

Subclasses of DelegatingEList in org.eclipse.emf.common.notify.impl
 class DelegatingNotifyingListImpl<E>
          An extensible implementation of a notifying list that delegates to a backing list.
 

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

Subclasses of DelegatingEList in org.eclipse.emf.common.util
static class DelegatingEList.UnmodifiableEList<E>
          An unmodifiable version of DelegatingEList.
 

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

Subclasses of DelegatingEList in org.eclipse.emf.ecore.impl
static class EStoreEObjectImpl.BasicEStoreEList<E>
          A list that delegates to a store.
static class EStoreEObjectImpl.BasicEStoreFeatureMap
          A feature map that delegates to a store.
static class EStoreEObjectImpl.EStoreEList<E>
          A list that delegates to a store.
static class EStoreEObjectImpl.EStoreFeatureMap
          A feature map that delegates to a store.
 

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

Subclasses of DelegatingEList in org.eclipse.emf.ecore.util
 class DelegatingEcoreEList<E>
          A delegating notifying internal EList that implements InternalEList.Unsettable and EStructuralFeature.Setting.
static class DelegatingEcoreEList.Dynamic<E>
           
static class DelegatingEcoreEList.Generic<E>
           
static class DelegatingEcoreEList.UnmodifiableEList<E>
           
static class DelegatingEcoreEList.Unsettable<E>
          A delegating Ecore EList with an implementation for tracking the unset state.
 class DelegatingFeatureMap
           
 class DelegatingNotifyingInternalEListImpl<E>
          A delegating notifying list that implements InternalEList.
 


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