Uses of Class
org.eclipse.core.runtime.InvalidRegistryObjectException
Package
Description
Provides support for the runtime platform, core utility methods and the extension registry.
Provides interfaces and classes for the
org.eclipse.ui.workbench.texteditor.rulerColumns
.-
Uses of InvalidRegistryObjectException in org.eclipse.core.runtime
Modifier and TypeMethodDescriptionIConfigurationElement.getAttribute
(String name) Returns the named attribute of this configuration element, ornull
if none.IConfigurationElement.getAttribute
(String attrName, String locale) When multi-language support is enabled, this method returns the named attribute of this configuration element in the specified locale, ornull
if none.IConfigurationElement.getAttributeAsIs
(String name) Deprecated.String[]
IConfigurationElement.getAttributeNames()
Returns the names of the attributes of this configuration element.IConfigurationElement.getChildren()
Returns all configuration elements that are children of this configuration element.IConfigurationElement.getChildren
(String name) Returns all child configuration elements with the given name.IExtension.getConfigurationElements()
Returns all configuration elements declared by this extension.IExtensionPoint.getConfigurationElements()
Returns all configuration elements from all extensions configured into this extension point.IConfigurationElement.getContributor()
Returns the contributor of this configuration element.IExtension.getContributor()
Returns the contributor of this extension.IExtensionPoint.getContributor()
Returns the contributor of this extension point.IConfigurationElement.getDeclaringExtension()
Returns the extension that declares this configuration element.IExtensionPoint.getExtension
(String extensionId) Returns the extension with the given unique identifier configured into this extension point, ornull
if there is no such extension.IExtension.getExtensionPointUniqueIdentifier()
Returns the unique identifier of the extension point to which this extension should be contributed.IExtensionPoint.getExtensions()
Returns all extensions configured into this extension point.IExtension.getLabel()
Returns a displayable label for this extension.When multi-language support is enabled, this method returns a displayable label for this extension in the specified locale.IExtensionPoint.getLabel()
Returns a displayable label for this extension point.When multi-language support is enabled, this method returns a displayable label for this extension point in the specified locale.IConfigurationElement.getName()
Returns the name of this configuration element.IConfigurationElement.getNamespace()
Deprecated.As namespace is no longer restricted to the contributor name, useIConfigurationElement.getNamespaceIdentifier()
to obtain namespace name orIConfigurationElement.getContributor()
to get the name of the contributor of this registry element.IExtension.getNamespace()
Deprecated.As namespace is no longer restricted to the contributor name, useIExtension.getNamespaceIdentifier()
to obtain namespace name orIExtension.getContributor()
to get the name of the contributor of this registry element.IExtensionPoint.getNamespace()
Deprecated.As namespace is no longer restricted to the contributor name, useIExtensionPoint.getNamespaceIdentifier()
to obtain namespace name orIExtensionPoint.getContributor()
to get the name of the contributor of this registry element.IConfigurationElement.getNamespaceIdentifier()
Returns the namespace name for this configuration element.IExtension.getNamespaceIdentifier()
Returns the namespace name for this extension.IExtensionPoint.getNamespaceIdentifier()
Returns the namespace name for this extension point.IConfigurationElement.getParent()
Returns the element which contains this element.IExtensionPoint.getSchemaReference()
Returns reference to the extension point schema.IExtension.getSimpleIdentifier()
Returns the simple identifier of this extension, ornull
if this extension does not have an identifier.IExtensionPoint.getSimpleIdentifier()
Returns the simple identifier of this extension point.IExtension.getUniqueIdentifier()
Returns the unique identifier of this extension, ornull
if this extension does not have an identifier.IExtensionPoint.getUniqueIdentifier()
Returns the unique identifier of this extension point.IConfigurationElement.getValue()
Returns the text value of this configuration element.When multi-language support is enabled, this method returns the text value of this configuration element in the specified locale, ornull
if none.IConfigurationElement.getValueAsIs()
Deprecated.The method is equivalent to theIConfigurationElement.getValue()
. -
Uses of InvalidRegistryObjectException in org.eclipse.ui.texteditor.rulers
Modifier and TypeMethodDescriptionRulerColumnDescriptor.createColumn
(ITextEditor editor) Creates aIContributedRulerColumn
instance as described by the receiver.
IConfigurationElement.getAttribute(String)
.