Package | Description |
---|---|
jexer |
Jexer - Java Text User Interface library
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.