Uses of Class
jexer.teditor.Word
-
Packages that use Word Package Description jexer.teditor A basic text editor backend supporting word highlighting. -
-
Uses of Word in jexer.teditor
Methods in jexer.teditor that return Word Modifier and Type Method Description WordWord. addChar(int ch)Add a character to this word.Methods in jexer.teditor 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.
-