| java.lang.Object org.eclipse.ui.internal.registry.RegistryReader org.eclipse.ui.internal.registry.EditorRegistryReader
EditorRegistryReader | public class EditorRegistryReader extends RegistryReader (Code) | | This class is used to read resource editor registry descriptors from
the platform registry.
|
Method Summary | |
protected void | addEditors(EditorRegistry registry) Get the editors that are defined in the registry
and add them to the ResourceEditorRegistry
Warning:
The registry must be passed in because this method is called during the
process of setting up the registry and at this time it has not been
safely setup with the plugin. | protected boolean | readElement(IConfigurationElement element) Implementation of the abstract method that
processes one configuration element. | public void | readElement(EditorRegistry editorRegistry, IConfigurationElement element) |
addEditors | protected void addEditors(EditorRegistry registry)(Code) | | Get the editors that are defined in the registry
and add them to the ResourceEditorRegistry
Warning:
The registry must be passed in because this method is called during the
process of setting up the registry and at this time it has not been
safely setup with the plugin.
|
readElement | protected boolean readElement(IConfigurationElement element)(Code) | | Implementation of the abstract method that
processes one configuration element.
|
readElement | public void readElement(EditorRegistry editorRegistry, IConfigurationElement element)(Code) | | Parameters: editorRegistry - Parameters: element - |
|
|