Uses of Class
jexer.TCommand
-
Packages that use TCommand Package Description jexer Jexer - Java Text User Interface libraryjexer.event Events that are generated by both end-user I/O (keyboard/mouse) and other UI elements (menu/resize). -
-
Uses of TCommand in jexer
Fields in jexer declared as TCommand Modifier and Type Field Description static TCommand
TCommand. cmAbort
static TCommand
TCommand. cmBackendDisconnect
static TCommand
TCommand. cmCascade
static TCommand
TCommand. cmClear
static TCommand
TCommand. cmCloseAll
static TCommand
TCommand. cmCopy
static TCommand
TCommand. cmCut
static TCommand
TCommand. cmExit
static TCommand
TCommand. cmHelp
static TCommand
TCommand. cmMenu
static TCommand
TCommand. cmOpen
static TCommand
TCommand. cmPaste
static TCommand
TCommand. cmQuit
static TCommand
TCommand. cmSave
static TCommand
TCommand. cmShell
static TCommand
TCommand. cmTile
static TCommand
TCommand. cmWindowClose
static TCommand
TCommand. cmWindowMove
static TCommand
TCommand. cmWindowNext
static TCommand
TCommand. cmWindowPrevious
static TCommand
TCommand. cmWindowZoom
Methods in jexer with parameters of type TCommand Modifier and Type Method Description void
TStatusBar. addShortcutKeypress(TKeypress key, TCommand cmd, java.lang.String label)
Add a key to this status bar. -
Uses of TCommand in jexer.event
Methods in jexer.event that return TCommand Modifier and Type Method Description TCommand
TCommandEvent. getCmd()
Get TCommand.Constructors in jexer.event with parameters of type TCommand Constructor Description TCommandEvent(Backend backend, TCommand cmd)
Public contructor.
-