Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.themes
Class ThemeSet

java.lang.Object
  extended by org.nuxeo.theme.themes.ThemeSet
All Implemented Interfaces:
Type

public class ThemeSet
extends Object
implements Type


Field Summary
 String name
           
 Map<String,ThemeSetEntry> themes
           
 
Constructor Summary
ThemeSet()
           
 
Method Summary
 void addFeatureToTheme(String themeName, String feature)
           
 String getName()
           
 ThemeSetEntry getTheme(String themeName)
           
 String getThemeForFeature(String feature)
           
 List<ThemeSetEntry> getThemes()
           
 TypeFamily getTypeFamily()
           
 String getTypeName()
           
 void setTheme(ThemeSetEntry theme)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

themes

public Map<String,ThemeSetEntry> themes
Constructor Detail

ThemeSet

public ThemeSet()
Method Detail

getTypeFamily

public TypeFamily getTypeFamily()
Specified by:
getTypeFamily in interface Type

getTypeName

public String getTypeName()
Specified by:
getTypeName in interface Type

getName

public String getName()

setTheme

public void setTheme(ThemeSetEntry theme)

getTheme

public ThemeSetEntry getTheme(String themeName)

getThemes

public List<ThemeSetEntry> getThemes()

getThemeForFeature

public String getThemeForFeature(String feature)

addFeatureToTheme

public void addFeatureToTheme(String themeName,
                              String feature)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.