| java.lang.Object org.eclipse.ui.internal.registry.RegistryReader org.eclipse.ui.internal.themes.ThemeRegistryReader
ThemeRegistryReader | public class ThemeRegistryReader extends RegistryReader (Code) | | Registry reader for themes.
since: 3.0 |
ThemeRegistryReader | public ThemeRegistryReader()(Code) | | ThemeRegistryReader constructor comment.
|
getCategoryDefinitions | public Collection getCategoryDefinitions()(Code) | | Returns the category definitions.
the category definitions |
getColorDefinitions | public Collection getColorDefinitions()(Code) | | Returns the color definitions.
the color definitions |
getData | public Map getData()(Code) | | Returns the data map.
the data map |
getFontDefinitions | public Collection getFontDefinitions()(Code) | | Returns the font definitions.
the font definitions |
readElement | public boolean readElement(IConfigurationElement element)(Code) | | |
readTheme | protected ThemeDescriptor readTheme(IConfigurationElement element)(Code) | | Read a theme.
Parameters: element - the element to read the new theme |
readThemes | public void readThemes(IExtensionRegistry in, ThemeRegistry out)(Code) | | Read the theme extensions within a registry.
Parameters: in - the registry to read Parameters: out - the registry to write to |
setRegistry | public void setRegistry(ThemeRegistry out)(Code) | | Set the output registry.
Parameters: out - the output registry |
|
|