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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetCss()IconModegetIconMode()default StringgetLabelTranslationKey()StringgetName()
-
-
-
Method Detail
-
getName
String getName()
-
getCss
String getCss()
-
getIconMode
IconMode getIconMode()
-
getLabelTranslationKey
default String getLabelTranslationKey()
- Specified by:
getLabelTranslationKeyin interfaceGenericCellModel
-
-