Uses of Package
com.googlecode.lanterna.gui2.table
Packages that use com.googlecode.lanterna.gui2.table
-
Classes in com.googlecode.lanterna.gui2.table used by com.googlecode.lanterna.gui2.tableClassDescriptionThe 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.A
TableModel
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