Module com.googlecode.lanterna
Package com.googlecode.lanterna.gui2.table
package com.googlecode.lanterna.gui2.table
-
ClassDescriptionDefault implementation of
TableCellRenderer
Default implementation ofTableHeaderRenderer
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.Describing how table cells are separated when drawnThe main interface to implement when you need to customize the way table cells are drawnThis interface can be implemented if you want to customize how table headers are drawn.TableModel<V>ATableModel
contains the data model behind a table, here is where all the action cell values and header labels are stored.Listener interface for theTableModel
class which can be attached to aTableModel
to be notified of changes to the table model.Formalized interactable renderer for tables