| java.lang.Object org.eclipse.ui.internal.registry.RegistryReader org.eclipse.ui.internal.registry.ViewRegistryReader
ViewRegistryReader | public class ViewRegistryReader extends RegistryReader (Code) | | A strategy to read view extensions from the registry.
|
Method Summary | |
protected void | readCategory(IConfigurationElement element) Reads the category element. | protected boolean | readElement(IConfigurationElement element) readElement method comment. | protected void | readSticky(IConfigurationElement element) Reads the sticky view element. | protected void | readView(IConfigurationElement element) Reads the view element. | public void | readViews(IExtensionRegistry in, ViewRegistry out) Read the view extensions within a registry. |
GENERAL_VIEW_ID | public static String GENERAL_VIEW_ID(Code) | | General view category id
|
ViewRegistryReader | public ViewRegistryReader()(Code) | | RegistryViewReader constructor comment.
|
readCategory | protected void readCategory(IConfigurationElement element)(Code) | | Reads the category element.
|
readElement | protected boolean readElement(IConfigurationElement element)(Code) | | readElement method comment.
|
readSticky | protected void readSticky(IConfigurationElement element)(Code) | | Reads the sticky view element.
|
readView | protected void readView(IConfigurationElement element)(Code) | | Reads the view element.
|
readViews | public void readViews(IExtensionRegistry in, ViewRegistry out)(Code) | | Read the view extensions within a registry.
Parameters: in - the extension registry Parameters: out - the view registry |
|
|