Interface ThemeManager
- All Known Implementing Classes:
- ThemeManagerImpl
public interface ThemeManager
- 
Method Summary
- 
Method Details- 
getThemeFetch a theme provided the theme's name.- Parameters:
- themeName- The base name, ie. theme-dark, of the theme to fetch.
- Returns:
- Returns Theme themeNameornullif the requested theme does not exist.
 
- 
getThemesListFetch a list of all of the available theme names.- Returns:
- A string list of available themes that may be fetched
 using getTheme(String themeName).
 
 
-