org.pentaho.platform.api.ui
Class ModuleThemeInfo
java.lang.Object
org.pentaho.platform.api.ui.ModuleThemeInfo
public class ModuleThemeInfo
- extends java.lang.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(java.lang.String module)
Constructs a new ModuleThemeInfo object parented to the given ThemeModule |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModuleThemeInfo
public ModuleThemeInfo(java.lang.String module)
- Constructs a new ModuleThemeInfo object parented to the given ThemeModule
- Parameters:
module
- name
getModuleThemes
public java.util.List<Theme> getModuleThemes()
getModule
public java.lang.String getModule()
getSystemThemes
public java.util.List<Theme> getSystemThemes()