Uses of Class
jexer.TTable
-
Packages that use TTable Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TTable in jexer
Methods in jexer that return TTable Modifier and Type Method Description TTableTWidget. addTable(int x, int y, int width, int height)Convenience function to add an editable 2D data table to this container/window.TTableTWidget. 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.TTableTTableWindow. getTableWidget()Retrieve the underlying TTable.Constructors in jexer with parameters of type TTable Constructor Description Cell(TTable parent, int x, int y, int width, int height, int column, int row)Public constructor.
-