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
          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
          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
          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
           
static class DelegatingEcoreEList.Dynamic
           
static class DelegatingEcoreEList.Generic
           
static class DelegatingEcoreEList.UnmodifiableEList
           
static class DelegatingEcoreEList.Unsettable
           
 class DelegatingFeatureMap
           
 


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