Uses of Class
org.eclipse.emf.common.util.DelegatingResourceLocator

Packages that use DelegatingResourceLocator
org.eclipse.emf.cheatsheets   
org.eclipse.emf.codegen   
org.eclipse.emf.codegen.ecore   
org.eclipse.emf.codegen.ecore.genmodel.provider   
org.eclipse.emf.common Provides a collection of subpackages to support the EMF infrastructure. 
org.eclipse.emf.common.ui This provides generally reusable extensions for the Eclipse UI 
org.eclipse.emf.converter   
org.eclipse.emf.databinding   
org.eclipse.emf.databinding.edit   
org.eclipse.emf.ecore.change Provides an API for describing and applying model changes. 
org.eclipse.emf.ecore.change.provider Provides item providers for the change model. 
org.eclipse.emf.ecore.plugin Provides platform neutral integration with Eclipse. 
org.eclipse.emf.ecore.presentation Provides sample editor support for Ecore. 
org.eclipse.emf.ecore.provider Provides item providers for Ecore. 
org.eclipse.emf.ecore.xmi   
org.eclipse.emf.edit This provides plugin support for EMF.Edit. 
org.eclipse.emf.edit.provider This provides reusable ItemProviderAdapter support to drive JFace StructuredViewers, Eclipse IPropertySources, and EditingDomain
org.eclipse.emf.edit.ui This provides plugin support for EMF.Edit.UI. 
org.eclipse.emf.exporter   
org.eclipse.emf.importer   
org.eclipse.emf.importer.ecore   
org.eclipse.emf.importer.java   
org.eclipse.emf.importer.rose   
org.eclipse.emf.mapping   
org.eclipse.emf.mapping.ecore2ecore   
org.eclipse.emf.mapping.ecore2ecore.presentation   
org.eclipse.emf.mapping.ecore2xml.ui   
 

Uses of DelegatingResourceLocator in org.eclipse.emf.cheatsheets
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.cheatsheets
 class CheatSheetsPlugin
          The Plugin for the EMF Cheat Sheets.
 

Uses of DelegatingResourceLocator in org.eclipse.emf.codegen
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.codegen
 class CodeGenPlugin
          The Plugin for the model EMF.CodeGen library.
 

Uses of DelegatingResourceLocator in org.eclipse.emf.codegen.ecore
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.codegen.ecore
 class CodeGenEcorePlugin
          The Plugin for the EMF.CodeGen.Ecore library.
 

Uses of DelegatingResourceLocator in org.eclipse.emf.codegen.ecore.genmodel.provider
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.codegen.ecore.genmodel.provider
 class GenModelEditPlugin
          This is the central singleton for the GenModel editor plugin
 

Uses of DelegatingResourceLocator in org.eclipse.emf.common
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.common
 class CommonPlugin
          The Plugin for the model EMF.Common library.
 class EMFPlugin
          EMF must run within an Eclipse workbench, within a headless Eclipse workspace, or just stand-alone as part of some other application.
 

Uses of DelegatingResourceLocator in org.eclipse.emf.common.ui
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.common.ui
 class CommonUIPlugin
          The Plugin for the model EMF.Common.UI library.
 

Uses of DelegatingResourceLocator in org.eclipse.emf.converter
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.converter
 class ConverterPlugin
          The Plugin for the model converter.
 

Uses of DelegatingResourceLocator in org.eclipse.emf.databinding
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.databinding
 class DataBindingPlugin
          This is the central singleton for the Data Binding plugin.
 

Uses of DelegatingResourceLocator in org.eclipse.emf.databinding.edit
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.databinding.edit
 class DataBindingEditPlugin
          This is the central singleton for the Data binding Edit plugin.
 

Uses of DelegatingResourceLocator in org.eclipse.emf.ecore.change
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.ecore.change
 class ChangePlugin
          This is the central singleton for the Change model plugin
 

Uses of DelegatingResourceLocator in org.eclipse.emf.ecore.change.provider
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.ecore.change.provider
 class ChangeEditPlugin
          This is the central singleton for the Change edit plugin
 

Uses of DelegatingResourceLocator in org.eclipse.emf.ecore.plugin
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.ecore.plugin
 class EcorePlugin
          A collection of platform-neutral static utilities as well as Eclipse support utilities.
 

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

Subclasses of DelegatingResourceLocator in org.eclipse.emf.ecore.presentation
 class EcoreEditorPlugin
          This is the central singleton for the Ecore editor plugin
 

Uses of DelegatingResourceLocator in org.eclipse.emf.ecore.provider
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.ecore.provider
 class EcoreEditPlugin
          This is the central singleton for the Ecore edit plugin
 

Uses of DelegatingResourceLocator in org.eclipse.emf.ecore.xmi
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.ecore.xmi
 class XMIPlugin
          The Plugin for the EMF.Ecore.XMI library.
 

Uses of DelegatingResourceLocator in org.eclipse.emf.edit
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.edit
 class EMFEditPlugin
          The Plugin for the model EMF.Edit library.
 

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

Subclasses of DelegatingResourceLocator in org.eclipse.emf.edit.provider
 class ChildCreationExtenderManager
          A child creation extension manager encapsulates a list of child creation extenders for a particular package.
 

Uses of DelegatingResourceLocator in org.eclipse.emf.edit.ui
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.edit.ui
 class EMFEditUIPlugin
          The Plugin for the model EMF.Edit.UI library.
 

Uses of DelegatingResourceLocator in org.eclipse.emf.exporter
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.exporter
 class ExporterPlugin
          The Plugin for the model exporter.
 

Uses of DelegatingResourceLocator in org.eclipse.emf.importer
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.importer
 class ImporterPlugin
          The Plugin for the model importer.
 

Uses of DelegatingResourceLocator in org.eclipse.emf.importer.ecore
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.importer.ecore
 class EcoreImporterPlugin
          The Plugin for the EMF.CodeGen.Ecore.Ecore library.
 

Uses of DelegatingResourceLocator in org.eclipse.emf.importer.java
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.importer.java
 class JavaImporterPlugin
          The Plugin for the EMF.CodeGen.Ecore.Rose library.
 

Uses of DelegatingResourceLocator in org.eclipse.emf.importer.rose
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.importer.rose
 class RoseImporterPlugin
          The Plugin for the EMF.CodeGen.Ecore.Rose library.
 

Uses of DelegatingResourceLocator in org.eclipse.emf.mapping
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.mapping
 class MappingPlugin
          This is the central singleton for the Mapping edit plugin
 

Uses of DelegatingResourceLocator in org.eclipse.emf.mapping.ecore2ecore
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.mapping.ecore2ecore
 class Ecore2EcorePlugin
          This is the central singleton for the Ecore2Ecore edit plugin
 

Uses of DelegatingResourceLocator in org.eclipse.emf.mapping.ecore2ecore.presentation
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.mapping.ecore2ecore.presentation
 class Ecore2EcoreEditorPlugin
          This is the central singleton for the Ecore2Ecore editor plugin
 

Uses of DelegatingResourceLocator in org.eclipse.emf.mapping.ecore2xml.ui
 

Subclasses of DelegatingResourceLocator in org.eclipse.emf.mapping.ecore2xml.ui
 class Ecore2XMLUIPlugin
          This is the central singleton for the Ecore2XML editor plugin
 


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