public abstract class AbstractThemeService<T extends Theme> extends AbstractFreedesktopService<T> implements ThemeService<T>
ThemeService that provides methods
for maintaining the list of base directories (common to all themes).bases, basesList| Constructor and Description |
|---|
AbstractThemeService() |
| Modifier and Type | Method and Description |
|---|---|
T |
getSelectedTheme()
Get the currently selected theme.
|
void |
setSelectedTheme(T theme)
Set the currently selected theme.
|
addBase, checkAndAddBase, checkAndAddBase, getAllEntities, getBases, getBasesInReverse, getEntities, getEntity, listDirs, removeBase, scanBaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddBase, getAllEntities, getBases, getEntities, getEntity, removeBasepublic T getSelectedTheme()
ThemeServicenull if
no themes have been found in any base directory.getSelectedTheme in interface ThemeService<T extends Theme>public void setSelectedTheme(T theme)
ThemeServicesetSelectedTheme in interface ThemeService<T extends Theme>theme - selected themeCopyright © 2016. All rights reserved.