Package | Description |
---|---|
jexer |
Jexer - Java Text User Interface library
|
jexer.backend |
The interface between TApplication and user-facing I/O.
|
jexer.demos |
Demonstration programs.
|
jexer.event |
Events that are generated by both end-user I/O (keyboard/mouse) and other
UI elements (menu/resize).
|
jexer.layout |
Available layout managers.
|
jexer.menu |
Menu bar support classes.
|
jexer.tterminal |
An ECMA-48 / ANSI X3.64 style terminal emulator.
|
jexer.ttree |
TTreeView and supporting classes.
|
Class and Description |
---|
TCommandEvent
This class encapsulates a user command event.
|
TInputEvent
This is the parent class of all events dispatched to the UI.
|
TKeypressEvent
This class encapsulates a keyboard input event.
|
TMenuEvent
This class encapsulates a menu selection event.
|
TMouseEvent
This class encapsulates several kinds of mouse input events.
|
TResizeEvent
This class encapsulates a screen or window resize event.
|
Class and Description |
---|
TInputEvent
This is the parent class of all events dispatched to the UI.
|
TKeypressEvent
This class encapsulates a keyboard input event.
|
TMouseEvent
This class encapsulates several kinds of mouse input events.
|
TResizeEvent
This class encapsulates a screen or window resize event.
|
Class and Description |
---|
TCommandEvent
This class encapsulates a user command event.
|
TMenuEvent
This class encapsulates a menu selection event.
|
TResizeEvent
This class encapsulates a screen or window resize event.
|
Class and Description |
---|
TInputEvent
This is the parent class of all events dispatched to the UI.
|
TKeypressEvent
This class encapsulates a keyboard input event.
|
TMouseEvent
This class encapsulates several kinds of mouse input events.
|
TMouseEvent.Type
The type of event generated.
|
TResizeEvent.Type
Resize events can be generated for either a total screen resize or a
widget/window resize.
|
Class and Description |
---|
TResizeEvent
This class encapsulates a screen or window resize event.
|
Class and Description |
---|
TKeypressEvent
This class encapsulates a keyboard input event.
|
TMouseEvent
This class encapsulates several kinds of mouse input events.
|
Class and Description |
---|
TInputEvent
This is the parent class of all events dispatched to the UI.
|
Class and Description |
---|
TKeypressEvent
This class encapsulates a keyboard input event.
|
TMouseEvent
This class encapsulates several kinds of mouse input events.
|
TResizeEvent
This class encapsulates a screen or window resize event.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.