Package org.pentaho.platform.api.ui
Interface IThemeResolver
public interface IThemeResolver
Theme Resolvers provide information on available themes and their resources.
User: nbaker Date: 5/15/11
-
Method Summary
Modifier and TypeMethodDescriptionReturn a map of ModuleThemeInfo objects keyed by module name.Return a map of system themes keyed by theme name.
-
Method Details
-
getModuleThemes
Map<String,ModuleThemeInfo> getModuleThemes()Return a map of ModuleThemeInfo objects keyed by module name.- Returns:
- map of ModuleThemeInfo by module name
-
getSystemThemes
Return a map of system themes keyed by theme name.- Returns:
- map of System themes
-