Package | Description |
---|---|
jexer |
Jexer - Java Text User Interface library
|
Modifier and Type | Method and Description |
---|---|
TTableWidget |
TWidget.addTable(int x,
int y,
int width,
int height)
Convenience function to add an editable 2D data table to this
container/window.
|
TTableWidget |
TWidget.addTable(int x,
int y,
int width,
int height,
int gridColumns,
int gridRows)
Convenience function to add an editable 2D data table to this
container/window.
|
Constructor and Description |
---|
Cell(TTableWidget parent,
int x,
int y,
int width,
int height,
int column,
int row)
Public constructor.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.