Uses of Class
jexer.TScrollableWindow
-
Packages that use TScrollableWindow Package Description jexer Jexer - Java Text User Interface libraryjexer.ttree TTreeView and supporting classes.xtwm.ui Main user interface. -
-
Uses of TScrollableWindow in jexer
Subclasses of TScrollableWindow in jexer Modifier and Type Class Description class
TEditorWindow
TEditorWindow is a basic text file editor.class
TImageWindow
TImageWindow shows an image with scrollbars.class
TTableWindow
TTableWindow is used to display and edit regular two-dimensional tables of cells.class
TTerminalWindow
TTerminalWindow exposes a ECMA-48 / ANSI X3.64 style terminal in a window. -
Uses of TScrollableWindow in jexer.ttree
Subclasses of TScrollableWindow in jexer.ttree Modifier and Type Class Description class
TTreeViewWindow
TTreeViewWindow wraps a tree view with horizontal and vertical scrollbars in a standalone window. -
Uses of TScrollableWindow in xtwm.ui
Subclasses of TScrollableWindow in xtwm.ui Modifier and Type Class Description class
ExternalEditorWindow
ExternalEditorWindow is a terminal shell wrapper to an editor.class
InternalEditorWindow
InternalEditorWindow is a basic text file editor.class
TerminalWindow
TerminalWindow is a terminal window with a few extra menu functions.
-