Uses of Class
org.gswing.components.common.db.DbReadAccess

Packages that use DbReadAccess
org.gswing.components.common Package contains the classes common to gswing components. 
org.gswing.components.input Package contains the gswing database insertion packages and classes. 
org.gswing.components.output Package contains gswing database output classes. 
 

Uses of DbReadAccess in org.gswing.components.common
 

Methods in org.gswing.components.common with parameters of type DbReadAccess
 void IDbAccessCallback.dbAccessCallback(DbReadAccess access)
          This is the callback function that the EnterGui calls when the user has selected Ok.
abstract  void AbstractMain.dbAccessCallback(DbReadAccess access)
          This method will be called as a result of selecting OK on the DbAccessGui dialogue.
 

Uses of DbReadAccess in org.gswing.components.input
 

Subclasses of DbReadAccess in org.gswing.components.input
 class DbWriteAccess
          Purpose: Provides write access to the database.
 

Methods in org.gswing.components.input with parameters of type DbReadAccess
 void DbInserter.dbAccessCallback(DbReadAccess access)
          Called as a result of selecting OK on the DbAccessGui dialogue.
 

Uses of DbReadAccess in org.gswing.components.output
 

Methods in org.gswing.components.output with parameters of type DbReadAccess
 void ExporterMain.dbAccessCallback(DbReadAccess access)
          This is the callback function that the EnterGui calls when the user has selected Ok.
 void ExporterMain.displayMainMenu(DbReadAccess access)
          Display the users main options.
 



Copyright © 2008. All Rights Reserved.