Uses of Class
jexer.TEditorWidget
-
Packages that use TEditorWidget Package Description jexer Jexer - Java Text User Interface libraryxtwm.ui Main user interface. -
-
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. -
Uses of TEditorWidget in xtwm.ui
Subclasses of TEditorWidget in xtwm.ui Modifier and Type Class Description class
InternalEditorWindow.InternalEditorWidget
InternalEditorWidget is a TEditorWidget that highlights the breakpoint and execution lines.
-