Package | Description |
---|---|
org.pentaho.platform.api.ui |
Modifier and Type | Method and Description |
---|---|
Theme |
IThemeManager.getModuleTheme(String moduleName,
String themeName)
Returns the named local theme for the given named module or null if either is not found
|
Theme |
IThemeManager.getSystemTheme(String themeName)
Returns the named theme or null if not found.
|
Theme |
ThemeResource.getTheme() |
Modifier and Type | Method and Description |
---|---|
List<Theme> |
ModuleThemeInfo.getModuleThemes() |
List<Theme> |
ModuleThemeInfo.getSystemThemes() |
Map<String,Theme> |
IThemeResolver.getSystemThemes()
Return a map of system themes keyed by theme name.
|
Modifier and Type | Method and Description |
---|---|
void |
ThemeResource.setTheme(Theme theme) |
Constructor and Description |
---|
ThemeResource(Theme theme,
String resource) |