Uses of Class
jexer.TTableWidget.Cell
-
Packages that use TTableWidget.Cell Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TTableWidget.Cell in jexer
Methods in jexer that return TTableWidget.Cell Modifier and Type Method Description TTableWidget.CellTTableWidget.Column. get(int row)Get an entry from this column.TTableWidget.CellTTableWidget.Row. get(int column)Get an entry from this row.TTableWidget.CellTTableWidget. getCell(int column, int row)Get a particular cell.TTableWidget.CellTTableWidget. getSelectedCell()Get the currently-selected cell.Methods in jexer with parameters of type TTableWidget.Cell Modifier and Type Method Description voidTTableWidget.Column. add(TTableWidget.Cell cell)Add an entry to this column.voidTTableWidget.Row. add(TTableWidget.Cell cell)Add an entry to this column.
-