Uses of Interface
jexer.EditMenuUser
-
Packages that use EditMenuUser Package Description jexer Jexer - Java Text User Interface libraryxtwm.ui Main user interface. -
-
Uses of EditMenuUser in jexer
Classes in jexer that implement EditMenuUser Modifier and Type Class Description class
TEditorWidget
TEditorWidget displays an editable text document.class
TField
TField implements an editable text field.class
TImage
TImage renders a piece of a bitmap image on screen.class
TPasswordField
TPasswordField implements an editable text field that displays stars/asterisks when it is not active.class
TTerminalWidget
TTerminalWidget exposes a ECMA-48 / ANSI X3.64 style terminal in a widget. -
Uses of EditMenuUser in xtwm.ui
Classes in xtwm.ui that implement EditMenuUser Modifier and Type Class Description class
InternalEditorWindow.InternalEditorWidget
InternalEditorWidget is a TEditorWidget that highlights the breakpoint and execution lines.class
TiledTerminal
TiledTerminal is a terminal widget that can be split vertically or horizontally into two terminals.
-