Package org.pentaho.platform.api.ui
Class ModuleThemeInfo
- java.lang.Object
-
- org.pentaho.platform.api.ui.ModuleThemeInfo
-
- All Implemented Interfaces:
Serializable
public class ModuleThemeInfo extends Object implements Serializable
ModuleThemeInfo holds theme information for a platform module such as a plugin or other area. User: nbaker Date: 5/15/11- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModuleThemeInfo(String module)Constructs a new ModuleThemeInfo object parented to the given ThemeModule
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetModule()List<Theme>getModuleThemes()List<Theme>getSystemThemes()
-
-
-
Constructor Detail
-
ModuleThemeInfo
public ModuleThemeInfo(String module)
Constructs a new ModuleThemeInfo object parented to the given ThemeModule- Parameters:
module- name
-
-