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:
  • Constructor Details

    • ModuleThemeInfo

      public ModuleThemeInfo(String module)
      Constructs a new ModuleThemeInfo object parented to the given ThemeModule
      Parameters:
      module - name
  • Method Details

    • getModuleThemes

      public List<Theme> getModuleThemes()
    • getModule

      public String getModule()
    • getSystemThemes

      public List<Theme> getSystemThemes()