Package mgui.interfaces.datasources
This package provides interface objects which allow the user to interface with the
core data source classes.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Interface Summary Interface Description DataSourceListener Defines a Listener interface for a DataSource object -
Class Summary Class Description DataFieldOptions Parameters defining a data field.DataFieldTreeNode A tree node specialized for aDataField
object.DataQueryOptions Options for a data queryDataSetTreeNode A tree node specialized for aDataSet
object.DataSourceDialogBox Dialog box for defining or editing aDataSource
object.DataSourceDialogPanel DataSourceDriverDialogBox Dialog box which allows user to set up the data source drivers, i.e., with login, url, and password information.DataSourceDriverOptions Options which specify a JDBC data source driver.DataSourceListDialogPanel Panel which queries and lists the available databases in a given environment.DataSourceOptions DataTableDialog Dialog box for creating or managing a data table.DataTableModel Class extending AbstractTableModel to act as a model for JTable, and in particular for use by InterfaceDataTable.DataTableOptions Options for a new data table.EditDataFieldDialogBox Dialog box to define a data field.EditDataTableDialog Interface allowing the user to create a new table, or edit an existing one, with defined fields.EditQueryDialogBox Simple dialog to edit a query.InterfaceDatasourcePanel Interface panel for displaying, querying, and managing tables and queries in a connected data source.