Uses of Class
jexer.TTableWidget
-
Packages that use TTableWidget Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TTableWidget in jexer
Methods in jexer that return TTableWidget Modifier and Type Method Description TTableWidget
TWidget. addTable(int x, int y, int width, int height)
Convenience function to add an editable 2D data table to this container/window.TTableWidget
TWidget. addTable(int x, int y, int width, int height, int gridColumns, int gridRows)
Convenience function to add an editable 2D data table to this container/window.Constructors in jexer with parameters of type TTableWidget Constructor Description Cell(TTableWidget parent, int x, int y, int width, int height, int column, int row)
Public constructor.
-