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

Packages that use ResourceLocator
org.eclipse.emf.cheatsheets   
org.eclipse.emf.codegen   
org.eclipse.emf.codegen.ecore   
org.eclipse.emf.codegen.ecore.genmodel.provider   
org.eclipse.emf.codegen.ecore.genmodel.util   
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 RAP UI 
org.eclipse.emf.common.util Provides basic utilities. 
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.util Provides utilities. 
org.eclipse.emf.ecore.xmi   
org.eclipse.emf.ecore.xml.namespace.util   
org.eclipse.emf.ecore.xml.type.util   
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   
org.eclipse.emf.oda.ecore   
org.eclipse.emf.oda.ecore.ui   
 

Uses of ResourceLocator in org.eclipse.emf.cheatsheets
 

Classes in org.eclipse.emf.cheatsheets that implement ResourceLocator
 class CheatSheetsPlugin
          The Plugin for the EMF Cheat Sheets.
static class CheatSheetsPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Methods in org.eclipse.emf.cheatsheets that return ResourceLocator
 ResourceLocator CheatSheetsPlugin.getPluginResourceLocator()
           
 

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 GenModelEditPlugin.getPluginResourceLocator()
          Returns the singleton instance of the Eclipse plugin
 ResourceLocator GenBaseItemProvider.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, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, boolean multiLine, boolean sortChoices, java.lang.Object staticImage, java.lang.String category, java.lang.String[] filterFlags)
           
 

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

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

Methods in org.eclipse.emf.codegen.ecore.genmodel.util that return ResourceLocator
 ResourceLocator GenModelValidator.getResourceLocator()
          Returns the resource locator that will be used to fetch messages for this validator's diagnostics
 

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

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

Classes in org.eclipse.emf.databinding that implement ResourceLocator
 class DataBindingPlugin
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
static class DataBindingPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

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

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

Classes in org.eclipse.emf.databinding.edit that implement ResourceLocator
 class DataBindingEditPlugin
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
static class DataBindingEditPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Methods in org.eclipse.emf.databinding.edit that return ResourceLocator
 ResourceLocator DataBindingEditPlugin.getPluginResourceLocator()
          Returns the singleton instance of the Eclipse plugin.
 

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 ChangeEditPlugin.getPluginResourceLocator()
          Returns the singleton instance of the Eclipse plugin
 ResourceLocator ListChangeItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator ResourceChangeItemProvider.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 ChangeDescriptionItemProvider.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
 

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 EGenericTypeItemProvider
          This is the item provider adapter for a EGenericType 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
 class ETypeParameterItemProvider
          This is the item provider adapter for a ETypeParameter object
 

Methods in org.eclipse.emf.ecore.provider that return ResourceLocator
 ResourceLocator EcoreEditPlugin.getPluginResourceLocator()
          Returns the singleton instance of the Eclipse plugin
 ResourceLocator EModelElementItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator EGenericTypeItemProvider.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 EObjectItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 

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

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

Methods in org.eclipse.emf.ecore.util that return ResourceLocator
protected  ResourceLocator EObjectValidator.getEcoreResourceLocator()
          Returns the resource locator for fetching Ecore-specific messages.
protected  ResourceLocator EObjectValidator.getResourceLocator()
          Returns the resource locator for fetching model-specific messages.
 ResourceLocator EcoreValidator.getResourceLocator()
          Returns the resource locator that will be used to fetch messages for this validator's diagnostics
protected  ResourceLocator EcoreValidator.EGenericTypeBuilder.getResourceLocator()
          Returns the resource locator for fetching messages.
 

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.ecore.xml.namespace.util
 

Methods in org.eclipse.emf.ecore.xml.namespace.util that return ResourceLocator
 ResourceLocator XMLNamespaceValidator.getResourceLocator()
          Returns the resource locator that will be used to fetch messages for this validator's diagnostics
 

Uses of ResourceLocator in org.eclipse.emf.ecore.xml.type.util
 

Methods in org.eclipse.emf.ecore.xml.type.util that return ResourceLocator
 ResourceLocator XMLTypeValidator.getResourceLocator()
          Returns the resource locator that will be used to fetch messages for this validator's diagnostics
 

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 ChildCreationExtenderManager
          A child creation extension manager encapsulates a list of child creation extenders for a particular package.
 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 ChildCreationExtenderManager.primaryResourceLocator
          The primary resource locator.
protected  ResourceLocator FeatureMapEntryWrapperItemProvider.resourceLocator
          The resource locator from the owner's item provider.
protected  ResourceLocator ItemPropertyDescriptor.resourceLocator
          This is used to locate resources for translated values like enumeration literals.
protected  ResourceLocator ItemPropertyDescriptor.ItemDelegator.resourceLocator
           
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[] ChildCreationExtenderManager.getDelegateResourceLocators()
           
protected  ResourceLocator ChildCreationExtenderManager.getPrimaryResourceLocator()
           
protected  ResourceLocator ItemProviderAdapter.getResourceLocator()
          Get the resource locator for this adapter's resources.
 ResourceLocator IChildCreationExtender.getResourceLocator()
          Returns a resource locator than can locate resources related to the child descriptors.
protected  ResourceLocator ItemProviderAdapter.getResourceLocator(java.lang.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, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, boolean multiLine, boolean sortChoices, java.lang.Object staticImage, java.lang.String category, java.lang.String[] filterFlags)
          Creates an instance that uses a resource locator; indicates whether to be multi-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.
protected  ItemPropertyDescriptor ItemProviderAdapter.createItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.Object staticImage, java.lang.String category, java.lang.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.
 

Constructors in org.eclipse.emf.edit.provider with parameters of type ResourceLocator
AttributeValueWrapperItemProvider(java.lang.Object value, EObject owner, EAttribute attribute, AdapterFactory adapterFactory, ResourceLocator resourceLocator)
          Creates an instance for a single-valued attribute.
AttributeValueWrapperItemProvider(java.lang.Object value, EObject owner, EAttribute attribute, int index, AdapterFactory adapterFactory, ResourceLocator resourceLocator)
          Creates an instance for a value within a multi-valued attribute.
ChildCreationExtenderManager(ResourceLocator primaryResourceLocator, java.lang.String namespace)
          Creates an instance for the given primary resource locator to manage the extensions for the given namespace.
FeatureMapEntryWrapperItemProvider(FeatureMap.Entry entry, EObject owner, EAttribute attribute, int index, AdapterFactory adapterFactory, ResourceLocator resourceLocator)
          Creates an instance for the feature map entry.
ItemPropertyDescriptor.ItemDelegator(AdapterFactory adapterFactory, ResourceLocator resourceLocator)
           
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, java.lang.String displayName, java.lang.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, java.lang.String displayName, java.lang.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, java.lang.String displayName, java.lang.String description, EReference[] parentReferences, boolean isSettable, java.lang.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, java.lang.String displayName, java.lang.String description, EReference[] parentReferences, boolean isSettable, java.lang.String category, java.lang.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(AdapterFactory adapterFactory, ResourceLocator resourceLocator, java.lang.String displayName, java.lang.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, java.lang.String displayName, java.lang.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, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, boolean multiLine, boolean sortChoices, java.lang.Object staticImage, java.lang.String category, java.lang.String[] filterFlags)
          This creates an instance that uses a resource locator; indicates whether to be multi-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, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.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, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.Object staticImage, java.lang.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, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.Object staticImage, java.lang.String category, java.lang.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, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.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, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.String category, java.lang.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.
WrapperItemProvider.WrapperItemPropertyDescriptor(ResourceLocator resourceLocator, EStructuralFeature feature)
           
 

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 adapter for a Resource object.
 class ResourceSetItemProvider
          This is the item provider adapter for a ResourceSet object.
 

Methods in org.eclipse.emf.edit.provider.resource that return ResourceLocator
 ResourceLocator ResourceItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources.
 ResourceLocator ResourceSetItemProvider.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 adapter 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 ENamedElementToXMLInfoMapEntryItemProvider.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 XMLMapItemProvider.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 MappingHelperItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 ResourceLocator MappingItemProvider.getResourceLocator()
          Return the resource locator for this item provider's resources
 

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

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

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

Uses of ResourceLocator in org.eclipse.emf.oda.ecore.ui
 

Classes in org.eclipse.emf.oda.ecore.ui that implement ResourceLocator
 class ODAEcoreUIPlugin
          This is the central singleton for the ODA Ecore UI plugin.
static class ODAEcoreUIPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

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


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