Uses of Class
jexer.TStatusBar
-
Packages that use TStatusBar Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TStatusBar in jexer
Fields in jexer declared as TStatusBar Modifier and Type Field Description protected TStatusBar
TWindow. statusBar
A window may have a status bar associated with it.Methods in jexer that return TStatusBar Modifier and Type Method Description TStatusBar
TWindow. getStatusBar()
Get the window's status bar, or null if it does not have one.TStatusBar
TWindow. newStatusBar(java.lang.String text)
Set the window's status bar to a new one.
-