Uses of Class
jexer.texteditor.Line
-
Packages that use Line Package Description jexer.texteditor A basic text editor backend supporting word highlighting. -
-
Uses of Line in jexer.texteditor
Methods in jexer.texteditor 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.texteditor 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.
-