Uses of Class
jexer.texteditor.Word
-
Packages that use Word Package Description jexer.texteditor A basic text editor backend supporting word highlighting. -
-
Uses of Word in jexer.texteditor
Methods in jexer.texteditor that return Word Modifier and Type Method Description WordWord. addChar(int ch)Add a character to this word.Methods in jexer.texteditor that return types with arguments of type Word Modifier and Type Method Description java.util.List<Word>Line. getWords()Get a (shallow) copy of the words in this line.
-