Uses of Class
org.pentaho.platform.api.ui.ModuleThemeInfo

Packages that use ModuleThemeInfo
org.pentaho.platform.api.ui   
org.pentaho.platform.web.html.themes   
 

Uses of ModuleThemeInfo in org.pentaho.platform.api.ui
 

Methods in org.pentaho.platform.api.ui that return ModuleThemeInfo
 ModuleThemeInfo IThemeManager.getModuleThemeInfo(String moduleName)
          Returns the MoudleThemeInfo object containing all themes for the given module name or null if not found.
 

Methods in org.pentaho.platform.api.ui that return types with arguments of type ModuleThemeInfo
 Map<String,ModuleThemeInfo> IThemeResolver.getModuleThemes()
          Return a map of ModuleThemeInfo objects keyed by module name.
 

Uses of ModuleThemeInfo in org.pentaho.platform.web.html.themes
 

Methods in org.pentaho.platform.web.html.themes that return ModuleThemeInfo
 ModuleThemeInfo DefaultThemeManager.getModuleThemeInfo(String moduleName)
           
 

Methods in org.pentaho.platform.web.html.themes that return types with arguments of type ModuleThemeInfo
 Map<String,ModuleThemeInfo> DefaultThemeManager.collectAllModuleThemes()
           
 Map<String,ModuleThemeInfo> PluginThemeResolver.getModuleThemes()
           
 Map<String,ModuleThemeInfo> ServletContextThemeResolver.getModuleThemes()