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

Packages that use NotifyingListImpl
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 NotifyingListImpl in org.eclipse.emf.ecore.resource.impl
 

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

Subclasses of NotifyingListImpl in org.eclipse.emf.ecore.util
 class BasicFeatureMap
           
 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 NotifyingListImpl in org.eclipse.emf.edit.provider
 

Subclasses of NotifyingListImpl in org.eclipse.emf.edit.provider
 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.