Uses of Class
jexer.TButton.Style
-
Packages that use TButton.Style Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TButton.Style in jexer
Methods in jexer that return TButton.Style Modifier and Type Method Description static TButton.Style
TButton.Style. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TButton.Style[]
TButton.Style. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jexer with parameters of type TButton.Style Modifier and Type Method Description void
TButton. setStyle(TButton.Style style)
Set the button style.
-