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

Packages that use NotifierImpl
org.eclipse.emf.ecore.resource.impl Provides an implementation of the resource API. 
org.eclipse.emf.ecore.xmi.impl   
org.eclipse.emf.ecore.xml.type.util   
org.eclipse.emf.edit.domain This provides support for an EditingDomain, which acts a centralized control mechanism for managing a set of interrelated models and the Commands which modify them.
org.eclipse.emf.mapping.ecore2ecore.util   
org.eclipse.emf.mapping.ecore2xml.util   
 

Uses of NotifierImpl in org.eclipse.emf.ecore.resource.impl
 

Subclasses of NotifierImpl in org.eclipse.emf.ecore.resource.impl
 class BinaryResourceImpl
          An API for efficiently producing and consuming a compact binary serialization that's suitable for long term storage.
 class ResourceImpl
          A highly extensible resource implementation.
 class ResourceSetImpl
          An extensible resource set implementation.
 

Uses of NotifierImpl in org.eclipse.emf.ecore.xmi.impl
 

Subclasses of NotifierImpl in org.eclipse.emf.ecore.xmi.impl
 class EMOFResourceImpl
          This class represents an Ecore model serialized as an EMOF XMI file.
 class GenericXMLResourceImpl
           
 class XMIResourceImpl
          This class represents an XMIResource.
 class XMLResourceImpl
          This class implements the XMLResource interface.
 

Uses of NotifierImpl in org.eclipse.emf.ecore.xml.type.util
 

Subclasses of NotifierImpl in org.eclipse.emf.ecore.xml.type.util
 class XMLTypeResourceImpl
          Provides access to the generated frame factory for the built-in XML types.
 

Uses of NotifierImpl in org.eclipse.emf.edit.domain
 

Subclasses of NotifierImpl in org.eclipse.emf.edit.domain
protected  class AdapterFactoryEditingDomain.AdapterFactoryEditingDomainResourceSet
          This is an implementation of a context that knows about this editing domain.
 

Uses of NotifierImpl in org.eclipse.emf.mapping.ecore2ecore.util
 

Subclasses of NotifierImpl in org.eclipse.emf.mapping.ecore2ecore.util
 class Ecore2EcoreResourceImpl
          The Resource associated with the package
 

Uses of NotifierImpl in org.eclipse.emf.mapping.ecore2xml.util
 

Subclasses of NotifierImpl in org.eclipse.emf.mapping.ecore2xml.util
 class Ecore2XMLResourceImpl
          The Resource associated with the package.
 


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