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.Cell
TTableWidget.Column. get(int row)
Get an entry from this column.TTableWidget.Cell
TTableWidget.Row. get(int column)
Get an entry from this row.TTableWidget.Cell
TTableWidget. getCell(int column, int row)
Get a particular cell.TTableWidget.Cell
TTableWidget. getSelectedCell()
Get the currently-selected cell.Methods in jexer with parameters of type TTableWidget.Cell Modifier and Type Method Description void
TTableWidget.Column. add(TTableWidget.Cell cell)
Add an entry to this column.void
TTableWidget.Row. add(TTableWidget.Cell cell)
Add an entry to this column.
-