Uses of Class
jexer.TDesktop
-
Packages that use TDesktop Package Description jexer Jexer - Java Text User Interface libraryjexer.demos Demonstration programs.xtwm.ui Main user interface. -
-
Uses of TDesktop in jexer
Methods in jexer that return TDesktop Modifier and Type Method Description TDesktop
TApplication. getDesktop()
Get the TDesktop instance.Methods in jexer with parameters of type TDesktop Modifier and Type Method Description void
TApplication. setDesktop(TDesktop desktop)
Set the TDesktop instance.void
TApplication. setDesktop(TDesktop desktop, boolean close)
Set the TDesktop instance. -
Uses of TDesktop in jexer.demos
Subclasses of TDesktop in jexer.demos Modifier and Type Class Description class
DesktopDemo
The modified desktop. -
Uses of TDesktop in xtwm.ui
Subclasses of TDesktop in xtwm.ui Modifier and Type Class Description class
Desktop
Desktop is a desktop background and tiled panels manager.
-