Package | Description |
---|---|
jexer.teditor |
A basic text editor backend supporting word highlighting.
|
Modifier and Type | Method and Description |
---|---|
Line |
Document.getCurrentLine()
Get the current editing line.
|
Line |
Document.getLine(int lineNumber)
Get a specific line by number.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Line> |
Document.getLines()
Get a (shallow) copy of the list of lines.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.