Uses of Class
mgui.datasources.DataTableSet
Package | Description |
---|---|
mgui.datasources |
This package contains the core classes for data source functionality.
|
mgui.io.domestic.datasources |
-
Uses of DataTableSet in mgui.datasources
Fields in mgui.datasources declared as DataTableSet Modifier and Type Field Description protected DataTableSet
DataSource. tableSet
Methods in mgui.datasources that return DataTableSet Modifier and Type Method Description DataTableSet
DataSource. getTableSet()
Returns the set of tables for this data source.Methods in mgui.datasources with parameters of type DataTableSet Modifier and Type Method Description void
DataSource. setTableSet(DataTableSet table_set)
Sets the tables for this data source from a predefined set. -
Uses of DataTableSet in mgui.io.domestic.datasources
Fields in mgui.io.domestic.datasources declared as DataTableSet Modifier and Type Field Description protected DataTableSet
DataSourceXMLHandler. table_set