Package | Description |
---|---|
com.googlecode.lanterna.gui2.table |
Class and Description |
---|
Table
The table class is an interactable component that displays a grid of cells containing data along with a header of
labels.
|
TableCellBorderStyle
Describing how table cells are separated when drawn
|
TableCellRenderer
The main interface to implement when you need to customize the way table cells are drawn
|
TableHeaderRenderer
This interface can be implemented if you want to customize how table headers are drawn.
|
TableModel
A
TableModel contains the data model behind a table, here is where all the action cell values and header
labels are stored. |
TableRenderer
Formalized interactable renderer for tables
|
Copyright © 2016. All rights reserved.