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 DataSourceDialogPanel
DataSourceDriver. getDataSourceDialogPanel()
Returns aDataSourceDialogPanel
to specify this data source. -
Uses of DataSourceDialogPanel in mgui.datasources.mysql
Methods in mgui.datasources.mysql that return DataSourceDialogPanel Modifier and Type Method Description DataSourceDialogPanel
MySQLDriver. getDataSourceDialogPanel()
-
Uses of DataSourceDialogPanel in mgui.datasources.postgresql
Methods in mgui.datasources.postgresql that return DataSourceDialogPanel Modifier and Type Method Description DataSourceDialogPanel
PostgreSQLDriver. getDataSourceDialogPanel()
-
Uses of DataSourceDialogPanel in mgui.interfaces
Method parameters in mgui.interfaces with type arguments of type DataSourceDialogPanel Modifier and Type Method Description static boolean
InterfaceEnvironment. addDataSourceDriver(DataSourceDriver driver, java.lang.Class<? extends DataSourceDialogPanel> panel_class)
Add the JDBC driverdriver
to the environment. -
Uses of DataSourceDialogPanel in mgui.interfaces.datasources
Subclasses of DataSourceDialogPanel in mgui.interfaces.datasources Modifier and Type Class Description class
DataSourceListDialogPanel
Panel 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 class
TinySQLDialogPanel
Dialog panel for a TinySQL data source.