public class FormTable<H extends Format & Comparable<H>,ID> extends TableList<H,ID>
TableList to get formatted values.| Constructor and Description |
|---|
FormTable(Format... header)
see
TableList#TableList(Object...) |
FormTable(int columnCount)
|
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int row,
int column)
get formatted cell value. see
TableList.get(int, int) |
add, add, addAll, addAll, checkColumnSize, checkRowSize, checkRowSize, checkSizes, createDefaultHeader, createRow, createRowID, dump, dump, dumpValues, fill, fill, fill, get, get, get, get, get, getColumnCount, getColumns, getHeader, getName, getRowCount, getRowID, indexOf, load, load, load, remove, remove, save, set, set, set, set, set, set, size, toStringpublic FormTable(int columnCount)
public FormTable(Format... header)
TableList#TableList(Object...)public Object get(int row, int column)
TableList.get(int, int)Copyright © 2012–2018. All rights reserved.