JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Class
jexer.TEditor
Packages that use
TEditor
Package
Description
jexer
Jexer - Java Text User Interface library
Uses of
TEditor
in
jexer
Methods in
jexer
that return
TEditor
Modifier and Type
Method
Description
TEditor
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.