Uses of Class
org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl

Packages that use DelegatingNotifyingListImpl
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.util Provides utilities. 
 

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

Subclasses of DelegatingNotifyingListImpl 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 DelegatingNotifyingListImpl in org.eclipse.emf.ecore.util
 

Subclasses of DelegatingNotifyingListImpl 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.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.