Package org.dominokit.domino.ui.themes
Class Theme
java.lang.Object
org.dominokit.domino.ui.themes.Theme
public class Theme
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTheme.ThemeChangeHandler -
Field Summary
Fields Modifier and Type Field Description static ColorSchemeAMBERstatic ColorSchemeBLACKstatic ColorSchemeBLUEstatic ColorSchemeBLUE_GREYstatic ColorSchemeBROWNstatic ThemecurrentThemestatic ColorSchemeCYANstatic ColorSchemeDEEP_ORANGEstatic ColorSchemeDEEP_PURPLEstatic ColorSchemeGREENstatic ColorSchemeGREYstatic ColorSchemeINDIGOstatic ColorSchemeLIGHT_BLUEstatic ColorSchemeLIGHT_GREENstatic ColorSchemeLIMEstatic ColorSchemeORANGEstatic ColorSchemePINKstatic ColorSchemePURPLEstatic ColorSchemeREDstatic ColorSchemeTEALstatic ColorSchemeTRANSPARENTstatic ColorSchemeWHITEstatic ColorSchemeYELLOW -
Constructor Summary
Constructors Constructor Description Theme(ColorScheme scheme) -
Method Summary
Modifier and Type Method Description static voidaddThemeChangeHandler(Theme.ThemeChangeHandler themeChangeHandler)voidapply()java.lang.StringgetName()ColorSchemegetScheme()java.lang.StringgetThemeStyle()static voidremoveThemeChangeHandler(Theme.ThemeChangeHandler themeChangeHandler)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
RED
-
PINK
-
PURPLE
-
DEEP_PURPLE
-
INDIGO
-
BLUE
-
LIGHT_BLUE
-
CYAN
-
TEAL
-
GREEN
-
LIGHT_GREEN
-
LIME
-
YELLOW
-
AMBER
-
ORANGE
-
DEEP_ORANGE
-
BROWN
-
GREY
-
BLUE_GREY
-
BLACK
-
WHITE
-
TRANSPARENT
-
currentTheme
-
-
Constructor Details
-
Theme
-
-
Method Details
-
getScheme
-
getThemeStyle
public java.lang.String getThemeStyle() -
getName
public java.lang.String getName() -
addThemeChangeHandler
-
removeThemeChangeHandler
-
apply
public void apply()
-