Uses of Class
jexer.teditor.Highlighter
-
Packages that use Highlighter Package Description jexer.teditor A basic text editor backend supporting word highlighting. -
-
Uses of Highlighter in jexer.teditor
Methods in jexer.teditor with parameters of type Highlighter Modifier and Type Method Description void
Highlighter. setTo(Highlighter rhs)
Set my field values to that's field.Constructors in jexer.teditor with parameters of type Highlighter Constructor Description Line(java.lang.String str, CellAttributes defaultColor, Highlighter highlighter)
Construct a new Line from an existing text string, and highlight certain strings.Word(int ch, CellAttributes defaultColor, Highlighter highlighter)
Construct a word with one character.Word(CellAttributes defaultColor, Highlighter highlighter)
Construct a word with an empty string.
-