org.pentaho.platform.api.ui
Class ModuleThemeInfo

java.lang.Object
  extended by 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
 
Method Summary
 String getModule()
           
 List<Theme> getModuleThemes()
           
 List<Theme> getSystemThemes()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleThemeInfo

public ModuleThemeInfo(String module)
Constructs a new ModuleThemeInfo object parented to the given ThemeModule

Parameters:
module - name
Method Detail

getModuleThemes

public List<Theme> getModuleThemes()

getModule

public String getModule()

getSystemThemes

public List<Theme> getSystemThemes()