-
Methods in omix.lang.data that return Table
Modifier and Type |
Method |
Description |
Table |
DataManager.getCurrentTable() |
Returns the table currently open or null if no table is open.
|
Table |
DataManager.getTable(String path) |
Returns the table under the specified path or null if table is not available.
|
Table |
DataManager.getTable(String dataSourceID,
int tableIndex) |
Returns the n'th table within the specified data source
or null if table is not available.
|
Table |
DataManager.getTable(String dataSourceID,
String tableID) |
Returns the table with the specified "tableID" within the specified data source or null if table is not available.
|
Table |
Table.toPlainTable() |
Returns a table without headers.
|
Table |
Table.transposed() |
Returns the transposed table matrix of the current table.
|
-