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