Uses of Interface
org.eclipse.emf.common.notify.NotifyingList

Packages that use NotifyingList
org.eclipse.emf.common.notify.impl Provides a basic implementation of the notification framework. 
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.edit.provider This provides reusable ItemProviderAdapter support to drive JFace StructuredViewers, Eclipse IPropertySources, and EditingDomain
 

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

Classes in org.eclipse.emf.common.notify.impl that implement NotifyingList
 class DelegatingNotifyingListImpl
          An extensible implementation of a notifying list that delegates to a backing list.
 class NotifyingListImpl
          An extensible implementation of a notifying list.
 

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

Classes in org.eclipse.emf.ecore.impl that implement NotifyingList
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 NotifyingList in org.eclipse.emf.ecore.resource.impl
 

Classes in org.eclipse.emf.ecore.resource.impl that implement NotifyingList
protected  class ResourceImpl.ContentsEList
          A notifying list implementation for supporting Resource.getContents().
protected  class ResourceSetImpl.ResourcesEList
          A notifying list implementation for supporting ResourceSet.getResources().
 

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

Classes in org.eclipse.emf.ecore.util that implement NotifyingList
 class BasicFeatureMap
           
 class DelegatingEcoreEList
           
static class DelegatingEcoreEList.Dynamic
           
static class DelegatingEcoreEList.Generic
           
static class DelegatingEcoreEList.Unsettable
           
 class DelegatingFeatureMap
           
 class EcoreEList
           
static class EcoreEList.Dynamic
           
static class EcoreEList.Generic
           
protected  class EcoreEMap.DelegateEObjectContainmentEList
           
protected  class EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentEList
           
 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
           
 

Uses of NotifyingList in org.eclipse.emf.edit.provider
 

Classes in org.eclipse.emf.edit.provider that implement NotifyingList
 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.
 


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