Uses of Interface
jexer.Scrollable
-
Packages that use Scrollable Package Description jexer Jexer - Java Text User Interface libraryjexer.help Online help system.jexer.ttree TTreeView and supporting classes.xtwm.ui Main user interface. -
-
Uses of Scrollable in jexer
Classes in jexer that implement Scrollable Modifier and Type Class Description class
TDirectoryList
TDirectoryList shows the files within a directory.class
TEditorWindow
TEditorWindow is a basic text file editor.class
TImageWindow
TImageWindow shows an image with scrollbars.class
TList
TList shows a list of strings, and lets the user select one.class
TScrollableWidget
TScrollableWidget is a convenience superclass for widgets that have scrollbars.class
TScrollableWindow
TScrollableWindow is a convenience superclass for windows that have scrollbars.class
TTableWindow
TTableWindow is used to display and edit regular two-dimensional tables of cells.class
TTerminalWidget
TTerminalWidget exposes a ECMA-48 / ANSI X3.64 style terminal in a widget.class
TTerminalWindow
TTerminalWindow exposes a ECMA-48 / ANSI X3.64 style terminal in a window.class
TText
TText implements a simple scrollable text area. -
Uses of Scrollable in jexer.help
Classes in jexer.help that implement Scrollable Modifier and Type Class Description class
THelpText
THelpText displays help text with clickable links in a scrollable text area. -
Uses of Scrollable in jexer.ttree
Classes in jexer.ttree that implement Scrollable Modifier and Type Class Description class
TTreeViewWidget
TTreeViewWidget wraps a tree view with horizontal and vertical scrollbars.class
TTreeViewWindow
TTreeViewWindow wraps a tree view with horizontal and vertical scrollbars in a standalone window. -
Uses of Scrollable in xtwm.ui
Classes in xtwm.ui that implement Scrollable 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.class
TiledTerminal
TiledTerminal is a terminal widget that can be split vertically or horizontally into two terminals.
-