org.gswing.components.input
Class DbInserter

java.lang.Object
  extended by org.gswing.components.common.AbstractMain
      extended by org.gswing.components.input.DbInserter
All Implemented Interfaces:
IDbAccessCallback

public class DbInserter
extends AbstractMain

Purpose: Creates a EnterGui for the user and waits for input.


Constructor Summary
DbInserter()
           
 
Method Summary
 void dbAccessCallback(DbReadAccess access)
          Called as a result of selecting OK on the DbAccessGui dialogue.
static void main(String[] args)
          Intialises the importer and display the main menu.
 
Methods inherited from class org.gswing.components.common.AbstractMain
getPath, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbInserter

public DbInserter()
Method Detail

main

public static void main(String[] args)
Intialises the importer and display the main menu.

Parameters:
args - The command arguments.

dbAccessCallback

public void dbAccessCallback(DbReadAccess access)
Called as a result of selecting OK on the DbAccessGui dialogue.

Specified by:
dbAccessCallback in interface IDbAccessCallback
Specified by:
dbAccessCallback in class AbstractMain
Parameters:
access - The database connection.


Copyright © 2008. All Rights Reserved.