Uses of Class
jexer.teditor.Line
-
Packages that use Line Package Description jexer.teditor A basic text editor backend supporting word highlighting. -
-
Uses of Line in jexer.teditor
Methods in jexer.teditor that return Line Modifier and Type Method Description LineLine. dup()Create a duplicate instance.LineDocument. getCurrentLine()Get the current editing line.LineDocument. getLine(int lineNumber)Get a specific line by number.Methods in jexer.teditor that return types with arguments of type Line Modifier and Type Method Description java.util.List<Line>Document. getLines()Get a (shallow) copy of the list of lines.
-