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.converter   
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.util Provides utilities. 
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.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.ecore2ecore.provider   
org.eclipse.emf.mapping.ecore2xml.provider   
org.eclipse.emf.mapping.ecore2xml.ui   
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 GenAnnotationItemProvider
          This is the item provider adapter for a GenAnnotation object
 class GenBaseItemProvider
          This is the item provider adapter for a GenBase object
 class GenClassItemProvider
          This is the item provider adapter for a GenClass object
 class GenDataTypeItemProvider
          This is the item provider adapter for a GenDataType object
 class GenEnumItemProvider
          This is the item provider adapter for a GenEnum object
 class GenEnumLiteralItemProvider
          This is the item provider adapter for a GenEnumLiteral object
 class GenFeatureItemProvider
          This is the item provider adapter 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 adapter for a GenModel object
 class GenOperationItemProvider
          This is the item provider adapter for a GenOperation object
 class GenPackageItemProvider
          This is the item provider adapter 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
 ResourceLocator GenAnnotationItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.provider with parameters of type ResourceLocator
protected  ItemPropertyDescriptor GenBaseItemProvider.createItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable, boolean multiLine, boolean sortChoices, Object staticImage, String category, String[] filterFlags)
           
 

Constructors in org.eclipse.emf.codegen.ecore.genmodel.provider with parameters of type ResourceLocator
GenBaseItemProvider.GenItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable, boolean multiLine, boolean sortChoices, Object staticImage, String category, String[] filterFlags)
           
 

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.
 class EclipseUIPlugin
          An Eclipse AbstractUIPlugin implementation base to be used within UI plug-ins.
 

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

Uses of ResourceLocator in org.eclipse.emf.converter
 

Classes in org.eclipse.emf.converter that implement ResourceLocator
 class ConverterPlugin
          The Plugin for the model converter.
static class ConverterPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Methods in org.eclipse.emf.converter that return ResourceLocator
 ResourceLocator ConverterPlugin.getPluginResourceLocator()
           
 

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

Classes in org.eclipse.emf.ecore.change that implement ResourceLocator
 class ChangePlugin
          This is the central singleton for the Change model plugin
static class ChangePlugin.Implementation
          The actual implementation of the Eclipse Plugin
 

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

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 adapter 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 adapter for a Map.Entry object
 class FeatureChangeItemProvider
          This is the item provider adapter for a FeatureChange object
 class FeatureMapEntryItemProvider
          This is the item provider adapter for a FeatureMapEntry object
 class ListChangeItemProvider
          This is the item provider adapter for a ListChange object
 class ResourceChangeItemProvider
          This is the item provider adapter 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 FeatureMapEntryItemProvider.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 adapter for a EAnnotation object
 class EAttributeItemProvider
          This is the item provider adapter for a EAttribute object
 class EClassifierItemProvider
          This is the item provider adapter for a EClassifier object
 class EClassItemProvider
          This is the item provider adapter 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 adapter for a EDataType object
 class EEnumItemProvider
          This is the item provider adapter for a EEnum object
 class EEnumLiteralItemProvider
          This is the item provider adapter for a EEnumLiteral object
 class EFactoryItemProvider
          This is the item provider adapter for a EFactory object
 class EModelElementItemProvider
          This is the item provider adapter for a EModelElement object
 class ENamedElementItemProvider
          This is the item provider adapter for a ENamedElement object
 class EObjectItemProvider
          This is the item provider adapter for a EObject object
 class EOperationItemProvider
          This is the item provider adapter for a EOperation object
 class EPackageItemProvider
          This is the item provider adapter for a EPackage object
 class EParameterItemProvider
          This is the item provider adapter for a EParameter object
 class EReferenceItemProvider
          This is the item provider adapter for a EReference object
 class EStringToStringMapEntryItemProvider
          This is the item provider adapter for a Map.Entry object
 class EStructuralFeatureItemProvider
          This is the item provider adapter for a EStructuralFeature object
 class ETypedElementItemProvider
          This is the item provider adapter 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.util
 

Methods in org.eclipse.emf.ecore.util that return ResourceLocator
protected  ResourceLocator EObjectValidator.getEcoreResourceLocator()
           
 

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
           
protected  ResourceLocator FeatureMapEntryWrapperItemProvider.resourceLocator
          The resource locator from the owner's item provider.
protected  ResourceLocator AttributeValueWrapperItemProvider.resourceLocator
          The resource locator from the owner's item provider.
 

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.
 

Methods in org.eclipse.emf.edit.provider with parameters of type ResourceLocator
protected  ItemPropertyDescriptor ItemProviderAdapter.createItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable, Object staticImage, String category, String[] filterFlags)
          This creates an item provider descriptor that uses a resource locator; specifies a static image, a category, and filter flags; and determines the cell editor from the type of the structural feature.
protected  ItemPropertyDescriptor ItemProviderAdapter.createItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable, boolean multiLine, boolean sortChoices, Object staticImage, String category, String[] filterFlags)
          Creates an instance that uses a resource locator; indicates whether to be mutli-line and to sort choices; specifies a static image, a category, and filter flags; and determines the cell editor from the type of the structural feature.
 

Constructors in org.eclipse.emf.edit.provider with parameters of type ResourceLocator
WrapperItemProvider.WrapperItemPropertyDescriptor(ResourceLocator resourceLocator, EStructuralFeature feature)
           
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature)
          This creates an instance that uses a resource locator and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable)
          This creates an instance that uses a resource locator and determines the cell editor 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 that uses a resource locator, specifies a static image, and determines the cell editor 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 that uses a resource locator, specifies a category, and determines the cell editor 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 that uses a resource locator, specifies a static image and category, and determines the cell editor 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 that uses a resource locator, specifies a category and filter flags, and determines the cell editor 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 that uses a resource locator; specifies a static image, a category, and filter flags; and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable, boolean multiLine, boolean sortChoices, Object staticImage, String category, String[] filterFlags)
          This creates an instance that uses a resource locator; indicates whether to be mutli-line and to sort choices; specifies a static image, a category, and filter flags; and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EReference[] parentReferences)
          This creates an instance that uses a resource locator and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EReference[] parentReferences, boolean isSettable)
          This creates an instance that uses a resource locator and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EReference[] parentReferences, boolean isSettable, String category)
          This creates an instance that uses a resource locator, specifies a category, and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EReference[] parentReferences, boolean isSettable, String category, String[] filterFlags)
          This creates an instance that uses a resource locator, specifies a category and filter flags, and determines the cell editor from the parent references.
ItemPropertyDescriptor.ItemDelegator(AdapterFactory adapterFactory, ResourceLocator resourceLocator)
           
FeatureMapEntryWrapperItemProvider(FeatureMap.Entry entry, EObject owner, EAttribute attribute, int index, AdapterFactory adapterFactory, ResourceLocator resourceLocator)
          Creates an instance for the feature map entry.
AttributeValueWrapperItemProvider(Object value, EObject owner, EAttribute attribute, AdapterFactory adapterFactory, ResourceLocator resourceLocator)
          Creates an instance for a single-valued attribute.
AttributeValueWrapperItemProvider(Object value, EObject owner, EAttribute attribute, int index, AdapterFactory adapterFactory, ResourceLocator resourceLocator)
          Creates an instance for a value within a multi-valued attribute.
 

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.exporter
 

Classes in org.eclipse.emf.exporter that implement ResourceLocator
 class ExporterPlugin
          The Plugin for the model exporter.
static class ExporterPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Methods in org.eclipse.emf.exporter that return ResourceLocator
 ResourceLocator ExporterPlugin.getPluginResourceLocator()
           
 

Uses of ResourceLocator in org.eclipse.emf.importer
 

Classes in org.eclipse.emf.importer that implement ResourceLocator
 class ImporterPlugin
          The Plugin for the model importer.
static class ImporterPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Methods in org.eclipse.emf.importer that return ResourceLocator
 ResourceLocator ImporterPlugin.getPluginResourceLocator()
           
 

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

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

Methods in org.eclipse.emf.importer.ecore that return ResourceLocator
 ResourceLocator EcoreImporterPlugin.getPluginResourceLocator()
           
 

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

Classes in org.eclipse.emf.importer.java that implement ResourceLocator
 class JavaImporterPlugin
          The Plugin for the EMF.CodeGen.Ecore.Rose library.
static class JavaImporterPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Methods in org.eclipse.emf.importer.java that return ResourceLocator
 ResourceLocator JavaImporterPlugin.getPluginResourceLocator()
           
 

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

Classes in org.eclipse.emf.importer.rose that implement ResourceLocator
 class RoseImporterPlugin
          The Plugin for the EMF.CodeGen.Ecore.Rose library.
static class RoseImporterPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Methods in org.eclipse.emf.importer.rose that return ResourceLocator
 ResourceLocator RoseImporterPlugin.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 adapter 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.ecore2xml.provider
 

Classes in org.eclipse.emf.mapping.ecore2xml.provider that implement ResourceLocator
 class ENamedElementToXMLInfoMapEntryItemProvider
          This is the item provider adapter for a Map.Entry object
 class XMLInfoItemProvider
          This is the item provider adapter for a XMLInfo object
 class XMLMapItemProvider
          This is the item provider adapter for a XMLMap object
 

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

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

Classes in org.eclipse.emf.mapping.ecore2xml.ui that implement ResourceLocator
 class Ecore2XMLUIPlugin
          This is the central singleton for the Ecore2XML editor plugin
static class Ecore2XMLUIPlugin.Implementation
          The actual implementation of the Eclipse Plugin
 

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

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-2006 IBM Corporation and others.
All Rights Reserved.