Package org.correomqtt.gui.theme
Interface ThemeProvider
- All Superinterfaces:
GenericCellModel
- All Known Subinterfaces:
ThemeProviderHook
- All Known Implementing Classes:
BaseThemeProvider,DarkThemeProvider,LightThemeProvider
public interface ThemeProvider extends GenericCellModel
-
Method Summary
Modifier and Type Method Description StringgetCss()IconModegetIconMode()default StringgetLabelTranslationKey()StringgetName()
-
Method Details
-
getName
String getName() -
getCss
String getCss() -
getIconMode
IconMode getIconMode() -
getLabelTranslationKey
- Specified by:
getLabelTranslationKeyin interfaceGenericCellModel
-