Uses of Package
mgui.datasources
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.odbc |
Data source classes specific to ODBC functionality.
|
mgui.datasources.postgresql |
Data source classes specific to PostgreSQL functionality.
|
mgui.datasources.tinysql |
Data source classes specific to TinySQL functionality.
|
mgui.datasources.util |
Utility classes for operations on data sources.
|
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 | |
mgui.interfaces.events |
Defines events on interface objects.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.datasources | |
mgui.interfaces.shapes.dynamic | |
mgui.interfaces.shapes.mesh | |
mgui.interfaces.shapes.volume | |
mgui.interfaces.tables |
Provides object interaction via a JTable.
|
mgui.io.domestic.datasources | |
mgui.io.foreign.fsl | |
mgui.io.foreign.vol | |
mgui.io.foreign.wunil | |
mgui.io.standard.nifti | |
mgui.io.util |
Utility classes for performing input/output operations.
|
mgui.numbers | |
mgui.util |
-
Classes in mgui.datasources used by mgui.datasources Class Description DataConnection Specifies a basic JDBC database connection, including: JDBC driver URL Connection name File location Login Password //TODO implement security on thisDataField Object to specify a field data type and length.DataFieldEvent Event on a data fieldDataFieldEvent.EventCode DataFieldListener Listener on a data fieldDataIndex Class to index specified fields in a table.DataQuery Represents an SQL query.DataRecordSet Stores an open connection with a data source based upon an SQL specification.DataSet Interface for objects acting as a data set.DataSource Acts as a port into the JDBC interface.DataSourceDriver Defines a JDBC driver for aDataConnection
.DataSourceException An exception on a data source object.DataSourceItem An item (i.e., table or query) in aDataSource
.DataTable General data table object specifying the organization of data into fields.DataTableSet Object stores a list of DataTable objects, all representing tables in a single DataSourceDataType Holds information about a given data typeLinkedDataStream Provides a link to a data source, using a unique field as the link field.SQLObject Specifies an object which produces SQL statements. -
Classes in mgui.datasources used by mgui.datasources.mysql Class Description DataSourceDriver Defines a JDBC driver for aDataConnection
. -
Classes in mgui.datasources used by mgui.datasources.odbc Class Description DataSourceDriver Defines a JDBC driver for aDataConnection
. -
Classes in mgui.datasources used by mgui.datasources.postgresql Class Description DataSourceDriver Defines a JDBC driver for aDataConnection
. -
Classes in mgui.datasources used by mgui.datasources.tinysql Class Description DataSourceDriver Defines a JDBC driver for aDataConnection
. -
Classes in mgui.datasources used by mgui.datasources.util Class Description DataField Object to specify a field data type and length.DataSource Acts as a port into the JDBC interface.DataSourceDriver Defines a JDBC driver for aDataConnection
.DataTable General data table object specifying the organization of data into fields. -
Classes in mgui.datasources used by mgui.interfaces Class Description DataSource Acts as a port into the JDBC interface.DataSourceDriver Defines a JDBC driver for aDataConnection
. -
Classes in mgui.datasources used by mgui.interfaces.datasources Class Description DataField Object to specify a field data type and length.DataQuery Represents an SQL query.DataRecordSet Stores an open connection with a data source based upon an SQL specification.DataSource Acts as a port into the JDBC interface.DataSourceDriver Defines a JDBC driver for aDataConnection
.DataSourceException An exception on a data source object.DataSourceItem An item (i.e., table or query) in aDataSource
.DataTable General data table object specifying the organization of data into fields. -
Classes in mgui.datasources used by mgui.interfaces.datasources.tinysql Class Description DataSourceDriver Defines a JDBC driver for aDataConnection
. -
Classes in mgui.datasources used by mgui.interfaces.events Class Description DataSource Acts as a port into the JDBC interface. -
Classes in mgui.datasources used by mgui.interfaces.shapes Class Description DataField Object to specify a field data type and length.DataSource Acts as a port into the JDBC interface.DataTable General data table object specifying the organization of data into fields.DataType Holds information about a given data typeLinkedDataStream Provides a link to a data source, using a unique field as the link field. -
Classes in mgui.datasources used by mgui.interfaces.shapes.datasources Class Description LinkedDataStream Provides a link to a data source, using a unique field as the link field. -
Classes in mgui.datasources used by mgui.interfaces.shapes.dynamic Class Description DataType Holds information about a given data type -
Classes in mgui.datasources used by mgui.interfaces.shapes.mesh Class Description DataField Object to specify a field data type and length.DataSource Acts as a port into the JDBC interface.DataTable General data table object specifying the organization of data into fields. -
Classes in mgui.datasources used by mgui.interfaces.shapes.volume Class Description DataType Holds information about a given data type -
Classes in mgui.datasources used by mgui.interfaces.tables Class Description DataRecordSet Stores an open connection with a data source based upon an SQL specification. -
Classes in mgui.datasources used by mgui.io.domestic.datasources Class Description DataField Object to specify a field data type and length.DataQuery Represents an SQL query.DataSource Acts as a port into the JDBC interface.DataSourceDriver Defines a JDBC driver for aDataConnection
.DataSourceItem An item (i.e., table or query) in aDataSource
.DataTableSet Object stores a list of DataTable objects, all representing tables in a single DataSource -
Classes in mgui.datasources used by mgui.io.foreign.fsl Class Description DataType Holds information about a given data type -
Classes in mgui.datasources used by mgui.io.foreign.vol Class Description DataType Holds information about a given data type -
Classes in mgui.datasources used by mgui.io.foreign.wunil Class Description DataType Holds information about a given data type -
Classes in mgui.datasources used by mgui.io.standard.nifti Class Description DataType Holds information about a given data type -
Classes in mgui.datasources used by mgui.io.util Class Description DataType Holds information about a given data type -
Classes in mgui.datasources used by mgui.numbers Class Description DataType Holds information about a given data type -
Classes in mgui.datasources used by mgui.util Class Description DataType Holds information about a given data type