Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.core.runtime.InvalidRegistryObjectException

Packages that use InvalidRegistryObjectException
org.eclipse.core.runtime Provides core support for plug-ins and the plug-in registry.  
 

Uses of InvalidRegistryObjectException in org.eclipse.core.runtime
 

Methods in org.eclipse.core.runtime that throw InvalidRegistryObjectException
 IConfigurationElement[] IExtensionPoint.getConfigurationElements()
          Returns all configuration elements from all extensions configured into this extension point.
 IPluginDescriptor IExtensionPoint.getDeclaringPluginDescriptor()
          Deprecated. IPluginDescriptor is not part of the new runtime and its function has been split over several parts of the new runtime. This method is not available (returns null) if the compatibility layer is not installed. Use getNamespace() to get the symbolic id of the declaring plugin. See IPluginDescriptor to see how to update your use-cases.
 String IExtensionPoint.getNamespace()
          Returns the namespace for this extension point.
 IExtension IExtensionPoint.getExtension(String extensionId)
          Returns the extension with the given unique identifier configured into this extension point, or null if there is no such extension.
 IExtension[] IExtensionPoint.getExtensions()
          Returns all extensions configured into this extension point.
 String IExtensionPoint.getLabel()
          Returns a displayable label for this extension point.
 String IExtensionPoint.getSchemaReference()
          Returns reference to the extension point schema.
 String IExtensionPoint.getSimpleIdentifier()
          Returns the simple identifier of this extension point.
 String IExtensionPoint.getUniqueIdentifier()
          Returns the unique identifier of this extension point.
 IConfigurationElement[] IExtension.getConfigurationElements()
          Returns all configuration elements declared by this extension.
 IPluginDescriptor IExtension.getDeclaringPluginDescriptor()
          Deprecated. IPluginDescriptor is not part of the new runtime and its function has been split over several parts of the new runtime. This method is not available (returns null) if the compatibility layer is not installed. Use getNamespace() to get the symbolic id of the declaring plugin. See IPluginDescriptor to see how to update your use-cases.
 String IExtension.getNamespace()
          Returns the namespace for this extension.
 String IExtension.getExtensionPointUniqueIdentifier()
          Returns the unique identifier of the extension point to which this extension should be contributed.
 String IExtension.getLabel()
          Returns a displayable label for this extension.
 String IExtension.getSimpleIdentifier()
          Returns the simple identifier of this extension, or null if this extension does not have an identifier.
 String IExtension.getUniqueIdentifier()
          Returns the unique identifier of this extension, or null if this extension does not have an identifier.
 String IConfigurationElement.getAttribute(String name)
          Returns the named attribute of this configuration element, or null if none.
 String IConfigurationElement.getAttributeAsIs(String name)
          Returns the named attribute of this configuration element, or null if none.
 String[] IConfigurationElement.getAttributeNames()
          Returns the names of the attributes of this configuration element.
 IConfigurationElement[] IConfigurationElement.getChildren()
          Returns all configuration elements that are children of this configuration element.
 IConfigurationElement[] IConfigurationElement.getChildren(String name)
          Returns all child configuration elements with the given name.
 IExtension IConfigurationElement.getDeclaringExtension()
          Returns the extension that declares this configuration element.
 String IConfigurationElement.getName()
          Returns the name of this configuration element.
 Object IConfigurationElement.getParent()
          Returns the element which contains this element.
 String IConfigurationElement.getValue()
          Returns the text value of this configuration element.
 String IConfigurationElement.getValueAsIs()
          Returns the untranslated text value of this configuration element.
 String IConfigurationElement.getNamespace()
          Returns the namespace for this configuration element.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.