Uses of Class
org.pentaho.platform.api.ui.Theme
- 
Packages that use Theme Package Description org.pentaho.platform.api.ui  - 
- 
Uses of Theme in org.pentaho.platform.api.ui
Methods in org.pentaho.platform.api.ui that return Theme Modifier and Type Method Description ThemeIThemeManager. getModuleTheme(String moduleName, String themeName)Returns the named local theme for the given named module or null if either is not foundThemeIThemeManager. getSystemTheme(String themeName)Returns the named theme or null if not found.ThemeThemeResource. getTheme()Methods in org.pentaho.platform.api.ui that return types with arguments of type Theme Modifier and Type Method Description List<Theme>ModuleThemeInfo. getModuleThemes()Map<String,Theme>IThemeResolver. getSystemThemes()Return a map of system themes keyed by theme name.List<Theme>ModuleThemeInfo. getSystemThemes()Methods in org.pentaho.platform.api.ui with parameters of type Theme Modifier and Type Method Description voidThemeResource. setTheme(Theme theme)Constructors in org.pentaho.platform.api.ui with parameters of type Theme Constructor Description ThemeResource(Theme theme, String resource) 
 -