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 DataTableSetDataSource. tableSetMethods in mgui.datasources that return DataTableSet Modifier and Type Method Description DataTableSetDataSource. getTableSet()Returns the set of tables for this data source.Methods in mgui.datasources with parameters of type DataTableSet Modifier and Type Method Description voidDataSource. 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 DataTableSetDataSourceXMLHandler. table_set