org.pentaho.platform.api.ui
Class ModuleThemeInfo
java.lang.Object
org.pentaho.platform.api.ui.ModuleThemeInfo
public class ModuleThemeInfo
- extends Object
ModuleThemeInfo holds theme information for a platform module such as a plugin or other area.
User: nbaker
Date: 5/15/11
Constructor Summary |
ModuleThemeInfo(String module)
Constructs a new ModuleThemeInfo object parented to the given ThemeModule |
ModuleThemeInfo
public ModuleThemeInfo(String module)
- Constructs a new ModuleThemeInfo object parented to the given ThemeModule
- Parameters:
module
- name
getModuleThemes
public List<Theme> getModuleThemes()
getModule
public String getModule()
getSystemThemes
public List<Theme> getSystemThemes()