Uses of Class
org.eclipse.emf.ecore.util.EContentAdapter

Packages that use EContentAdapter
org.eclipse.emf.codegen.ecore.genmodel.presentation   
org.eclipse.emf.ecore.presentation Provides sample editor support for Ecore. 
org.eclipse.emf.ecore.resource.impl Provides an implementation of the resource API. 
org.eclipse.emf.mapping.ecore2xml.presentation   
 

Uses of EContentAdapter in org.eclipse.emf.codegen.ecore.genmodel.presentation
 

Fields in org.eclipse.emf.codegen.ecore.genmodel.presentation declared as EContentAdapter
protected  EContentAdapter GenModelEditor.problemIndicationAdapter
          Adapter used to update the problem indication when resources are demanded loaded
 

Uses of EContentAdapter in org.eclipse.emf.ecore.presentation
 

Fields in org.eclipse.emf.ecore.presentation declared as EContentAdapter
protected  EContentAdapter EcoreEditor.problemIndicationAdapter
          Adapter used to update the problem indication when resources are demanded loaded
 

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

Subclasses of EContentAdapter in org.eclipse.emf.ecore.resource.impl
 class ResourceSetImpl.MappedResourceLocator.ResourceAdapter
          A content adapter that listens to the resource set for resources being added and removed, as well as to the resources in the resource set for changes to the resource's URI.
 

Uses of EContentAdapter in org.eclipse.emf.mapping.ecore2xml.presentation
 

Fields in org.eclipse.emf.mapping.ecore2xml.presentation declared as EContentAdapter
protected  EContentAdapter Ecore2XMLEditor.problemIndicationAdapter
          Adapter used to update the problem indication when resources are demanded loaded
 


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