org.pentaho.platform.api.ui
Class ModuleThemeInfo

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

Constructor Detail

ModuleThemeInfo

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

Parameters:
module - name
Method Detail

getModuleThemes

public java.util.List<Theme> getModuleThemes()

getModule

public java.lang.String getModule()

getSystemThemes

public java.util.List<Theme> getSystemThemes()