Module com.googlecode.lanterna
Package com.googlecode.lanterna.gui2.table
-
Interface Summary Interface Description TableCellRenderer<V> The main interface to implement when you need to customize the way table cells are drawnTableHeaderRenderer<V> This interface can be implemented if you want to customize how table headers are drawn.TableModel.Listener<V> Listener interface for theTableModel
class which can be attached to aTableModel
to be notified of changes to the table model.TableRenderer<V> Formalized interactable renderer for tables -
Class Summary Class Description DefaultTableCellRenderer<V> Default implementation ofTableCellRenderer
DefaultTableHeaderRenderer<V> Default implementation ofTableHeaderRenderer
DefaultTableRenderer<V> Default implementation ofTableRenderer
Table<V> The table class is an interactable component that displays a grid of cells containing data along with a header of labels.TableModel<V> ATableModel
contains the data model behind a table, here is where all the action cell values and header labels are stored. -
Enum Summary Enum Description TableCellBorderStyle Describing how table cells are separated when drawn