Uses of Package
jexer.bits
-
Packages that use jexer.bits Package Description jexer Jexer - Java Text User Interface libraryjexer.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. -
Classes in jexer.bits used by jexer Class 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.Clipboard Clipboard provides convenience methods to copy text and images to and from a shared clipboard.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'. -
Classes in jexer.bits used by jexer.backend Class 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.Clipboard Clipboard provides convenience methods to copy text and images to and from a shared clipboard. -
Classes in jexer.bits used by jexer.bits Class 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. -
Classes in jexer.bits used by jexer.menu Class Description MnemonicString MnemonicString is used to render a string like "&File" into a highlighted 'F' and the rest of 'ile'. -
Classes in jexer.bits used by jexer.teditor Class Description CellAttributes The attributes used by a Cell: color, bold, blink, etc. -
Classes in jexer.bits used by jexer.tterminal Class 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.