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
 java.lang.String IConfigurationElement.getAttribute(java.lang.String name)
          Returns the named attribute of this configuration element, or null if none.
 java.lang.String IConfigurationElement.getAttributeAsIs(java.lang.String name)
          Returns the named attribute of this configuration element, or null if none.
 java.lang.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(java.lang.String name)
          Returns all child configuration elements with the given name.
 IConfigurationElement[] IExtension.getConfigurationElements()
          Returns all configuration elements declared by this extension.
 IConfigurationElement[] IExtensionPoint.getConfigurationElements()
          Returns all configuration elements from all extensions configured into this extension point.
 IExtension IConfigurationElement.getDeclaringExtension()
          Returns the extension that declares this configuration element.
 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.
 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.
 IExtension IExtensionPoint.getExtension(java.lang.String extensionId)
          Returns the extension with the given unique identifier configured into this extension point, or null if there is no such extension.
 java.lang.String IExtension.getExtensionPointUniqueIdentifier()
          Returns the unique identifier of the extension point to which this extension should be contributed.
 IExtension[] IExtensionPoint.getExtensions()
          Returns all extensions configured into this extension point.
 java.lang.String IExtension.getLabel()
          Returns a displayable label for this extension.
 java.lang.String IExtensionPoint.getLabel()
          Returns a displayable label for this extension point.
 java.lang.String IConfigurationElement.getName()
          Returns the name of this configuration element.
 java.lang.String IExtension.getNamespace()
          Returns the namespace for this extension.
 java.lang.String IConfigurationElement.getNamespace()
          Returns the namespace for this configuration element.
 java.lang.String IExtensionPoint.getNamespace()
          Returns the namespace for this extension point.
 java.lang.Object IConfigurationElement.getParent()
          Returns the element which contains this element.
 java.lang.String IExtensionPoint.getSchemaReference()
          Returns reference to the extension point schema.
 java.lang.String IExtension.getSimpleIdentifier()
          Returns the simple identifier of this extension, or null if this extension does not have an identifier.
 java.lang.String IExtensionPoint.getSimpleIdentifier()
          Returns the simple identifier of this extension point.
 java.lang.String IExtension.getUniqueIdentifier()
          Returns the unique identifier of this extension, or null if this extension does not have an identifier.
 java.lang.String IExtensionPoint.getUniqueIdentifier()
          Returns the unique identifier of this extension point.
 java.lang.String IConfigurationElement.getValue()
          Returns the text value of this configuration element.
 java.lang.String IConfigurationElement.getValueAsIs()
          Returns the untranslated text value of this configuration element.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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