public interface SaveableTable<TM>
Modifier and Type | Method and Description |
---|---|
void |
exportAsCsv(NonshareableBufferedPrintStream ps)
Export the table as a CSV file.
|
java.lang.String |
getName()
Get the localized name of this table.
|
int |
getRowCount()
Get the number of records in this table.
|
TM |
getTableModel()
Get the data model of the table.
|
void exportAsCsv(NonshareableBufferedPrintStream ps)
ps
- PrintStream to write the CSV file toTM getTableModel()
java.lang.String getName()
int getRowCount()