Package com.googlecode.lanterna.gui2.table
package com.googlecode.lanterna.gui2.table
-
ClassDescriptionDefault implementation of
TableCellRendererDefault implementation ofTableHeaderRendererDefault implementation ofTableRendererTable<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>ATableModelcontains the data model behind a table, here is where all the action cell values and header labels are stored.Listener interface for theTableModelclass which can be attached to aTableModelto be notified of changes to the table model.Formalized interactable renderer for tables