| |
|
| java.lang.Object org.eclipse.ui.internal.themes.ThemeDescriptor
ThemeDescriptor | public class ThemeDescriptor implements IThemeDescriptor(Code) | | Concrete implementation of a theme descriptor.
since: 3.0 |
ThemeDescriptor | public ThemeDescriptor(String id)(Code) | | Create a new ThemeDescriptor
Parameters: id - |
add | void add(ColorDefinition definition)(Code) | | Add a color override to this descriptor.
Parameters: definition - the definition to add |
add | void add(FontDefinition definition)(Code) | | Add a font override to this descriptor.
Parameters: definition - the definition to add |
extractName | void extractName(IConfigurationElement configElement)(Code) | | |
setData | void setData(String key, Object data)(Code) | | Add a data object to this descriptor.
Parameters: key - the key Parameters: data - the data |
setDescription | void setDescription(String description)(Code) | | Set the description.
Parameters: description - the description |
|
|
|