org.gswing.components.input
Class DbInserter
java.lang.Object
org.gswing.components.common.AbstractMain
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.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DbInserter
public DbInserter()
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.