Uses of Class
mgui.interfaces.datasources.DataSourceDialogPanel
| Package | Description |
|---|---|
| mgui.datasources |
This package contains the core classes for data source functionality.
|
| mgui.datasources.mysql |
Data source classes specific to MySQL functionality.
|
| mgui.datasources.postgresql |
Data source classes specific to PostgreSQL functionality.
|
| mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
| mgui.interfaces.datasources |
This package provides interface objects which allow the user to interface with the
core data source classes.
|
| mgui.interfaces.datasources.tinysql |
-
Uses of DataSourceDialogPanel in mgui.datasources
Methods in mgui.datasources that return DataSourceDialogPanel Modifier and Type Method Description DataSourceDialogPanelDataSourceDriver. getDataSourceDialogPanel()Returns aDataSourceDialogPanelto specify this data source. -
Uses of DataSourceDialogPanel in mgui.datasources.mysql
Methods in mgui.datasources.mysql that return DataSourceDialogPanel Modifier and Type Method Description DataSourceDialogPanelMySQLDriver. getDataSourceDialogPanel() -
Uses of DataSourceDialogPanel in mgui.datasources.postgresql
Methods in mgui.datasources.postgresql that return DataSourceDialogPanel Modifier and Type Method Description DataSourceDialogPanelPostgreSQLDriver. getDataSourceDialogPanel() -
Uses of DataSourceDialogPanel in mgui.interfaces
Method parameters in mgui.interfaces with type arguments of type DataSourceDialogPanel Modifier and Type Method Description static booleanInterfaceEnvironment. addDataSourceDriver(DataSourceDriver driver, java.lang.Class<? extends DataSourceDialogPanel> panel_class)Add the JDBC driverdriverto the environment. -
Uses of DataSourceDialogPanel in mgui.interfaces.datasources
Subclasses of DataSourceDialogPanel in mgui.interfaces.datasources Modifier and Type Class Description classDataSourceListDialogPanelPanel which queries and lists the available databases in a given environment. -
Uses of DataSourceDialogPanel in mgui.interfaces.datasources.tinysql
Subclasses of DataSourceDialogPanel in mgui.interfaces.datasources.tinysql Modifier and Type Class Description classTinySQLDialogPanelDialog panel for a TinySQL data source.