- All Superinterfaces:
DataSourceManager
public interface DataSourceManager extends DataSourceManager
- Since:
- Omix 1.9.0
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Modifier and Type Method Description void
addDateSource(String identifier, DataSourceInterface dataSource)
void
addTableRepresentation(String identifier, String tableIdentifier, DataMatrixInterface.Representations tableRepresentation)
void
setCurrentDataSource(String currentDataSource)
void
setTableRepresentation(String identifier, Map<String,DataMatrixInterface.Representations> tableRepresentation)
Methods inherited from interface omix.plugin.data.DataSourceManager
getCurrentDataSource, getDataSource
-
Method Details
-
addDateSource
-
addTableRepresentation
void addTableRepresentation(String identifier, String tableIdentifier, DataMatrixInterface.Representations tableRepresentation) -
setCurrentDataSource
-
setTableRepresentation
void setTableRepresentation(String identifier, Map<String,DataMatrixInterface.Representations> tableRepresentation)
-