Class 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 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()