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 Line
Line. dup()
Create a duplicate instance.Line
Document. getCurrentLine()
Get the current editing line.Line
Document. 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.
-