Uses of Class
jexer.TEditorWidget
-
Packages that use TEditorWidget Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TEditorWidget in jexer
Methods in jexer that return TEditorWidget Modifier and Type Method Description TEditorWidget
TWidget. addEditor(java.lang.String text, int x, int y, int width, int height)
Convenience function to add an editable text area box to this container/window.
-