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