Uses of Interface
org.eclipse.emf.common.util.ResourceLocator

Packages that use ResourceLocator
org.eclipse.emf.common Provides a collection of subpackages to support the EMF infrastructure. 
org.eclipse.emf.common.util Provides basic utilities. 
 

Uses of ResourceLocator in org.eclipse.emf.common
 

Classes in org.eclipse.emf.common that implement ResourceLocator
 class CommonPlugin
          The Plugin for the model EMF.Common library.
static class CommonPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 class EMFPlugin
          EMF must run within an Eclipse workbench, within a headless Eclipse workspace, or just stand-alone as part of some other application.
static class EMFPlugin.EclipsePlugin
          The actual implementation of an Eclipse Plugin.
 

Fields in org.eclipse.emf.common declared as ResourceLocator
protected  ResourceLocator[] EMFPlugin.delegateResourceLocators
           
 

Methods in org.eclipse.emf.common that return ResourceLocator
protected  ResourceLocator[] EMFPlugin.getDelegateResourceLocators()
           
abstract  ResourceLocator EMFPlugin.getPluginResourceLocator()
          Returns an Eclipse plugin implementation of a resource locator.
 ResourceLocator CommonPlugin.getPluginResourceLocator()
           
protected  ResourceLocator EMFPlugin.getPrimaryResourceLocator()
           
 

Constructors in org.eclipse.emf.common with parameters of type ResourceLocator
EMFPlugin(ResourceLocator[] delegateResourceLocators)
           
 

Uses of ResourceLocator in org.eclipse.emf.common.util
 

Classes in org.eclipse.emf.common.util that implement ResourceLocator
 class DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
 

Methods in org.eclipse.emf.common.util that return ResourceLocator
protected abstract  ResourceLocator[] DelegatingResourceLocator.getDelegateResourceLocators()
          Returns the delegate resource locators.
protected abstract  ResourceLocator DelegatingResourceLocator.getPrimaryResourceLocator()
          Returns the primary resource locator.
 



Copyright © 2001-2010 Eclipse Foundation. All Rights Reserved.