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

Packages that use ResourceLocator
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.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.provider.resource   
org.eclipse.emf.edit.tree.provider   
org.eclipse.emf.edit.ui This provides plugin support for EMF.Edit.UI. 
org.eclipse.emf.mapping   
org.eclipse.emf.mapping.ecore2ecore   
org.eclipse.emf.mapping.ecore2ecore.presentation   
org.eclipse.emf.mapping.ecore2ecore.provider   
org.eclipse.emf.mapping.provider   
 

Uses of ResourceLocator in org.eclipse.emf.codegen
 

Classes in org.eclipse.emf.codegen that implement ResourceLocator
 class CodeGenPlugin
          The Plugin for the model EMF.CodeGen library.
static class CodeGenPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Methods in org.eclipse.emf.codegen that return ResourceLocator
 ResourceLocator CodeGenPlugin.getPluginResourceLocator()
           
 

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

Classes in org.eclipse.emf.codegen.ecore that implement ResourceLocator
 class CodeGenEcorePlugin
          The Plugin for the EMF.CodeGen.Ecore library.
static class CodeGenEcorePlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Methods in org.eclipse.emf.codegen.ecore that return ResourceLocator
 ResourceLocator CodeGenEcorePlugin.getPluginResourceLocator()
           
 

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

Classes in org.eclipse.emf.codegen.ecore.genmodel.provider that implement ResourceLocator
 class GenBaseItemProvider
          This is the item provider adpater for a GenBase object
 class GenClassItemProvider
          This is the item provider adpater for a GenClass object
 class GenDataTypeItemProvider
          This is the item provider adpater for a GenDataType object
 class GenEnumItemProvider
          This is the item provider adpater for a GenEnum object
 class GenEnumLiteralItemProvider
          This is the item provider adpater for a GenEnumLiteral object
 class GenFeatureItemProvider
          This is the item provider adpater for a GenFeature object
 class GenModelEditPlugin
          This is the central singleton for the GenModel editor plugin
static class GenModelEditPlugin.Implementation
          The actual implementation of the Eclipse Plugin
 class GenModelItemProvider
          This is the item provider adpater for a GenModel object
 class GenOperationItemProvider
          This is the item provider adpater for a GenOperation object
 class GenPackageItemProvider
          This is the item provider adpater for a GenPackage object
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.provider that return ResourceLocator
 ResourceLocator GenPackageItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator GenOperationItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator GenModelItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator GenModelEditPlugin.getPluginResourceLocator()
          Returns the singleton instance of the Eclipse plugin
 ResourceLocator GenFeatureItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator GenEnumLiteralItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator GenEnumItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator GenDataTypeItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator GenClassItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator GenBaseItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 

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
abstract  ResourceLocator EMFPlugin.getPluginResourceLocator()
          Returns an Eclipse plugin implementation of a resource locator.
 ResourceLocator CommonPlugin.getPluginResourceLocator()
           
 

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

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

Classes in org.eclipse.emf.common.ui that implement ResourceLocator
 class CommonUIPlugin
          The Plugin for the model EMF.Common.UI library.
static class CommonUIPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Methods in org.eclipse.emf.common.ui that return ResourceLocator
 ResourceLocator CommonUIPlugin.getPluginResourceLocator()
           
 

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

Classes in org.eclipse.emf.ecore.change.provider that implement ResourceLocator
 class ChangeDescriptionItemProvider
          This is the item provider adpater for a ChangeDescription object
 class ChangeEditPlugin
          This is the central singleton for the Change edit plugin
static class ChangeEditPlugin.Implementation
          The actual implementation of the Eclipse Plugin
 class EObjectToChangesMapEntryItemProvider
          This is the item provider adpater for a Map.Entry object
 class FeatureChangeItemProvider
          This is the item provider adpater for a FeatureChange object
 class ListChangeItemProvider
          This is the item provider adpater for a ListChange object
 class ResourceChangeItemProvider
          This is the item provider adpater for a ResourceChange object
 

Methods in org.eclipse.emf.ecore.change.provider that return ResourceLocator
 ResourceLocator ResourceChangeItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator ListChangeItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator FeatureChangeItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator EObjectToChangesMapEntryItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator ChangeEditPlugin.getPluginResourceLocator()
          Returns the singleton instance of the Eclipse plugin
 ResourceLocator ChangeDescriptionItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 

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

Classes in org.eclipse.emf.ecore.plugin that implement ResourceLocator
 class EcorePlugin
          A collection of platform-neutral static utilities as well as Eclipse support utilities.
static class EcorePlugin.Implementation
          A plugin implementation that handles Ecore plugin registration.
 

Methods in org.eclipse.emf.ecore.plugin that return ResourceLocator
 ResourceLocator EcorePlugin.getPluginResourceLocator()
           
 

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

Classes in org.eclipse.emf.ecore.presentation that implement ResourceLocator
 class EcoreEditorPlugin
          This is the central singleton for the Ecore editor plugin
static class EcoreEditorPlugin.Implementation
          The actual implementation of the Eclipse Plugin
 

Methods in org.eclipse.emf.ecore.presentation that return ResourceLocator
 ResourceLocator EcoreEditorPlugin.getPluginResourceLocator()
          Returns the singleton instance of the Eclipse plugin
 

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

Classes in org.eclipse.emf.ecore.provider that implement ResourceLocator
 class EAnnotationItemProvider
          This is the item provider adpater for a EAnnotation object
 class EAttributeItemProvider
          This is the item provider adpater for a EAttribute object
 class EClassifierItemProvider
          This is the item provider adpater for a EClassifier object
 class EClassItemProvider
          This is the item provider adpater for a EClass object
 class EcoreEditPlugin
          This is the central singleton for the Ecore edit plugin
static class EcoreEditPlugin.Implementation
          The actual implementation of the Eclipse Plugin
 class EDataTypeItemProvider
          This is the item provider adpater for a EDataType object
 class EEnumItemProvider
          This is the item provider adpater for a EEnum object
 class EEnumLiteralItemProvider
          This is the item provider adpater for a EEnumLiteral object
 class EFactoryItemProvider
          This is the item provider adpater for a EFactory object
 class EModelElementItemProvider
          This is the item provider adpater for a EModelElement object
 class ENamedElementItemProvider
          This is the item provider adpater for a ENamedElement object
 class EObjectItemProvider
          This is the item provider adpater for a EObject object
 class EOperationItemProvider
          This is the item provider adpater for a EOperation object
 class EPackageItemProvider
          This is the item provider adpater for a EPackage object
 class EParameterItemProvider
          This is the item provider adpater for a EParameter object
 class EReferenceItemProvider
          This is the item provider adpater for a EReference object
 class EStringToStringMapEntryItemProvider
          This is the item provider adpater for a Map.Entry object
 class EStructuralFeatureItemProvider
          This is the item provider adpater for a EStructuralFeature object
 class ETypedElementItemProvider
          This is the item provider adpater for a ETypedElement object
 

Methods in org.eclipse.emf.ecore.provider that return ResourceLocator
 ResourceLocator EcoreEditPlugin.getPluginResourceLocator()
          Returns the singleton instance of the Eclipse plugin
 ResourceLocator ETypedElementItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator EStructuralFeatureItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator EStringToStringMapEntryItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator EReferenceItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator EParameterItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator EPackageItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator EOperationItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator EObjectItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator ENamedElementItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator EModelElementItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator EFactoryItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator EEnumLiteralItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator EEnumItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator EDataTypeItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator EClassifierItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator EClassItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator EAttributeItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator EAnnotationItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 

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

Classes in org.eclipse.emf.ecore.xmi that implement ResourceLocator
 class XMIPlugin
          The Plugin for the EMF.Ecore.XMI library.
static class XMIPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Methods in org.eclipse.emf.ecore.xmi that return ResourceLocator
 ResourceLocator XMIPlugin.getPluginResourceLocator()
           
 

Uses of ResourceLocator in org.eclipse.emf.edit
 

Classes in org.eclipse.emf.edit that implement ResourceLocator
 class EMFEditPlugin
          The Plugin for the model EMF.Edit library.
static class EMFEditPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Methods in org.eclipse.emf.edit that return ResourceLocator
 ResourceLocator EMFEditPlugin.getPluginResourceLocator()
           
 

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

Classes in org.eclipse.emf.edit.provider that implement ResourceLocator
 class ItemProviderAdapter
          This adapter implementation provides a convenient reusable base for adapters that will be used as item providers.
 class ReflectiveItemProvider
          This adapter implementation provides reflective support that emulates the behaviour of a default generated item provider.
 

Fields in org.eclipse.emf.edit.provider declared as ResourceLocator
protected  ResourceLocator ItemPropertyDescriptor.resourceLocator
          This is used to locate resources for translated values like enumeration literals.
protected  ResourceLocator ItemPropertyDescriptor.ItemDelegator.resourceLocator
           
 

Methods in org.eclipse.emf.edit.provider that return ResourceLocator
protected  ResourceLocator ItemProviderAdapter.getResourceLocator()
          Get the resource locator for this adapter's resources.
protected  ResourceLocator ItemProviderAdapter.getResourceLocator(Object anyObject)
          Get the resource locator from the adapter of the object, if possible.
 

Constructors in org.eclipse.emf.edit.provider with parameters of type ResourceLocator
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature)
          This creates an instance where the category and filter flags are empty and the cell editor is determined from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable)
          This creates an instance where the category and filter flags are empty and the cell editor is determined from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable, Object staticImage)
          This creates an instance where the category and filter flags are empty, there is a static image used, and the cell editor is determined from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable, String category)
          This creates an instance where the filter flags are empty, there is a a specifed category, and the cell editor is determined from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable, Object staticImage, String category)
          This creates an instance where the filter flags are empty, there is a static image used and a specifed category, and the cell editor is determined from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable, String category, String[] filterFlags)
          This creates an instance where the filter flags are specified, there is a a specifed category, and the cell editor is determined from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable, Object staticImage, String category, String[] filterFlags)
          This creates an instance where the filter flags are specified, there is a static image used and a specifed category, and the cell editor is determined from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EReference[] parentReferences)
          This creates an instance where the category and filter flags are empty and the cell editor is determined for the references.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EReference[] parentReferences, boolean isSettable)
          This creates an instance where the category and filter flags are empty and the cell editor is determined for the references.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EReference[] parentReferences, boolean isSettable, String category)
          This creates an instance where the filter flags are specified, there is a specifed category, and the cell editor is determined for the references.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EReference[] parentReferences, boolean isSettable, String category, String[] filterFlags)
          This creates an instance where the filter flags are specified, there is a specifed category, and the cell editor is determined for the references.
ItemPropertyDescriptor.ItemDelegator(AdapterFactory adapterFactory, ResourceLocator resourceLocator)
           
 

Uses of ResourceLocator in org.eclipse.emf.edit.provider.resource
 

Classes in org.eclipse.emf.edit.provider.resource that implement ResourceLocator
 class ResourceItemProvider
          This is the item provider adpater for a Resource object.
 class ResourceSetItemProvider
          This is the item provider adpater for a ResourceSet object.
 

Methods in org.eclipse.emf.edit.provider.resource that return ResourceLocator
 ResourceLocator ResourceSetItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources.
 ResourceLocator ResourceItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources.
 

Uses of ResourceLocator in org.eclipse.emf.edit.tree.provider
 

Classes in org.eclipse.emf.edit.tree.provider that implement ResourceLocator
 class TreeNodeItemProvider
          This is the item provider adpater for a TreeNode object.
 

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

Classes in org.eclipse.emf.edit.ui that implement ResourceLocator
 class EMFEditUIPlugin
          The Plugin for the model EMF.Edit.UI library.
static class EMFEditUIPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Methods in org.eclipse.emf.edit.ui that return ResourceLocator
 ResourceLocator EMFEditUIPlugin.getPluginResourceLocator()
           
 

Uses of ResourceLocator in org.eclipse.emf.mapping
 

Classes in org.eclipse.emf.mapping that implement ResourceLocator
 class MappingPlugin
          This is the central singleton for the Mapping edit plugin
static class MappingPlugin.Implementation
          The actual implementation of the Eclipse Plugin
 

Methods in org.eclipse.emf.mapping that return ResourceLocator
 ResourceLocator MappingPlugin.getPluginResourceLocator()
          Returns the singleton instance of the Eclipse plugin
 

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

Classes in org.eclipse.emf.mapping.ecore2ecore that implement ResourceLocator
 class Ecore2EcorePlugin
          This is the central singleton for the Ecore2Ecore edit plugin
static class Ecore2EcorePlugin.Implementation
          The actual implementation of the Eclipse Plugin
 

Methods in org.eclipse.emf.mapping.ecore2ecore that return ResourceLocator
 ResourceLocator Ecore2EcorePlugin.getPluginResourceLocator()
          Returns the singleton instance of the Eclipse plugin
 

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

Classes in org.eclipse.emf.mapping.ecore2ecore.presentation that implement ResourceLocator
 class Ecore2EcoreEditorPlugin
          This is the central singleton for the Ecore2Ecore editor plugin
static class Ecore2EcoreEditorPlugin.Implementation
          The actual implementation of the Eclipse Plugin
 

Methods in org.eclipse.emf.mapping.ecore2ecore.presentation that return ResourceLocator
 ResourceLocator Ecore2EcoreEditorPlugin.getPluginResourceLocator()
          Returns the singleton instance of the Eclipse plugin
 

Uses of ResourceLocator in org.eclipse.emf.mapping.ecore2ecore.provider
 

Classes in org.eclipse.emf.mapping.ecore2ecore.provider that implement ResourceLocator
 class Ecore2EcoreMappingRootItemProvider
          This is the item provider adpater for a Ecore2EcoreMappingRoot object
 

Methods in org.eclipse.emf.mapping.ecore2ecore.provider that return ResourceLocator
 ResourceLocator Ecore2EcoreMappingRootItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 

Uses of ResourceLocator in org.eclipse.emf.mapping.provider
 

Classes in org.eclipse.emf.mapping.provider that implement ResourceLocator
 class ComplexTypeConverterItemProvider
          This is the item provider adpater for a ComplexTypeConverter object.
 class FunctionNamePairItemProvider
          This is the item provider adpater for a FunctionNamePair object.
 class FunctionPairItemProvider
          This is the item provider adpater for a FunctionPair object.
 class MappingHelperItemProvider
          This is the item provider adpater for a MappingHelper object.
 class MappingItemProvider
          This is the item provider adpater for a Mapping object.
 class MappingItemProviderAdapter
          This is the base class for all our providers, in case we need to add common function across all our providers.
 class MappingRootItemProvider
          This is the item provider adpater for a MappingRoot object.
 class MappingStrategyItemProvider
          This is the item provider adpater for a MappingStrategy object.
 class TypeConverterItemProvider
          This is the item provider adpater for a TypeConverter object.
 

Methods in org.eclipse.emf.mapping.provider that return ResourceLocator
 ResourceLocator TypeConverterItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator MappingStrategyItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator MappingRootItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator MappingItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator MappingHelperItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator FunctionPairItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator FunctionNamePairItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator ComplexTypeConverterItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 


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