Package | Description |
---|---|
jexer |
Jexer - Java Text User Interface library
|
jexer.backend |
The interface between TApplication and user-facing I/O.
|
jexer.bits |
Low-level data objects and utility functions that don't warrant their own
separate package.
|
jexer.menu |
Menu bar support classes.
|
jexer.teditor |
A basic text editor backend supporting word highlighting.
|
jexer.tterminal |
An ECMA-48 / ANSI X3.64 style terminal emulator.
|
Class and Description |
---|
Cell
This class represents a single text cell or bit of image on the screen.
|
CellAttributes
The attributes used by a Cell: color, bold, blink, etc.
|
ColorTheme
ColorTheme is a collection of colors keyed by string.
|
MnemonicString
MnemonicString is used to render a string like "&File" into a
highlighted 'F' and the rest of 'ile'.
|
Class and Description |
---|
Cell
This class represents a single text cell or bit of image on the screen.
|
CellAttributes
The attributes used by a Cell: color, bold, blink, etc.
|
Class and Description |
---|
Cell
This class represents a single text cell or bit of image on the screen.
|
Cell.Width
How this cell needs to be displayed if it is part of a larger glyph.
|
CellAttributes
The attributes used by a Cell: color, bold, blink, etc.
|
Color
A text cell color.
|
Class and Description |
---|
MnemonicString
MnemonicString is used to render a string like "&File" into a
highlighted 'F' and the rest of 'ile'.
|
Class and Description |
---|
CellAttributes
The attributes used by a Cell: color, bold, blink, etc.
|
Class and Description |
---|
Cell
This class represents a single text cell or bit of image on the screen.
|
CellAttributes
The attributes used by a Cell: color, bold, blink, etc.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.