Package | Description |
---|---|
jexer |
Jexer - Java Text User Interface library
|
jexer.event |
Events that are generated by both end-user I/O (keyboard/mouse) and other
UI elements (menu/resize).
|
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
void |
TStatusBar.addShortcutKeypress(TKeypress key,
TCommand cmd,
java.lang.String label)
Add a key to this status bar.
|
Modifier and Type | Method and Description |
---|---|
TCommand |
TCommandEvent.getCmd()
Get TCommand.
|
Constructor and Description |
---|
TCommandEvent(TCommand cmd)
Public contructor.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.