Uses of Class
jexer.bits.ColorTheme
-
Packages that use ColorTheme Package Description jexer Jexer - Java Text User Interface library -
-
Uses of ColorTheme in jexer
Methods in jexer that return ColorTheme Modifier and Type Method Description ColorThemeTApplication. getTheme()Get the global color theme.ColorThemeTWidget. getTheme()Get the global color theme.ColorThemeTWindow. getWindowTheme()Get the custom color theme for this window.Methods in jexer with parameters of type ColorTheme Modifier and Type Method Description voidTWindow. setWindowTheme(ColorTheme theme)Set a custom color theme for this window.
-