Interface Theme
-
- All Known Implementing Classes:
ThemeImpl
public interface Theme
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisplayName()
List<Theme>
getFallbackList()
String
getName()
ThemeScript[]
getScriptResources(boolean production)
ThemeStyle[]
getStyleResources(boolean production)
String
getTagAttributeDefault(Tags tag, String attribute)
String
getVersion()
-
-
-
Field Detail
-
THEME_KEY
static final String THEME_KEY
Internal key to manage the configured theme for the user.- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
String getName()
-
getDisplayName
String getDisplayName()
-
getScriptResources
ThemeScript[] getScriptResources(boolean production)
-
getStyleResources
ThemeStyle[] getStyleResources(boolean production)
-
getVersion
String getVersion()
-
-