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 TStatusBarTWindow. statusBarA window may have a status bar associated with it.Methods in jexer that return TStatusBar Modifier and Type Method Description TStatusBarTWindow. getStatusBar()Get the window's status bar, or null if it does not have one.TStatusBarTWindow. newStatusBar(java.lang.String text)Set the window's status bar to a new one.
-