Package | Description |
---|---|
nl.liacs.timeseries.gui | |
nl.liacs.timeseries.main |
Modifier and Type | Method and Description |
---|---|
void |
MainWindow.loadTable(Table theTable)
Loads a
Table . |
Modifier and Type | Method and Description |
---|---|
Table |
FileLoader.getTable()
Returns a
Table if the loader was able to parse the
input file successfully, and null otherwise. |
Constructor and Description |
---|
TableWriter(Table theTable)
Writes a complete
Table to File . |
TableWriter(Table theTable,
java.util.List<java.lang.String> theColumnsToSave)
Writes a complete, or selection of, a
Table to
File . |