Uses of Class
jexer.TDesktop
-
Packages that use TDesktop Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TDesktop in jexer
Methods in jexer that return TDesktop Modifier and Type Method Description TDesktopTApplication. getDesktop()Get the TDesktop instance.Methods in jexer with parameters of type TDesktop Modifier and Type Method Description voidTApplication. setDesktop(TDesktop desktop)Set the TDesktop instance.voidTApplication. setDesktop(TDesktop desktop, boolean close)Set the TDesktop instance.
-