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.EStoreEList<E>
          A list that delegates to a eStore.
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>
           
static class DelegatingEcoreEList.Dynamic<E>
           
static class DelegatingEcoreEList.Generic<E>
           
static class DelegatingEcoreEList.UnmodifiableEList<E>
           
static class DelegatingEcoreEList.Unsettable<E>
           
 class DelegatingFeatureMap
           
 


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