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 ColorTheme
TApplication. getTheme()
Get the global color theme.ColorTheme
TWidget. getTheme()
Get the global color theme.ColorTheme
TWindow. getWindowTheme()
Get the custom color theme for this window.Methods in jexer with parameters of type ColorTheme Modifier and Type Method Description void
TWindow. setWindowTheme(ColorTheme theme)
Set a custom color theme for this window.
-