org.gswing.components.output
Class ExporterMain
java.lang.Object
org.gswing.components.common.AbstractMain
org.gswing.components.output.ExporterMain
- All Implemented Interfaces:
- IDbAccessCallback
public class ExporterMain
- extends AbstractMain
Purpose: Exports the election database to XML and CSV files. Almost
obsolete.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExporterMain
public ExporterMain()
main
public static void main(String[] args)
- Main method for the Exporter.
- Parameters:
args - Command arguments not used.
displayMainMenu
public void displayMainMenu(DbReadAccess access)
- Display the users main options.
dbAccessCallback
public void dbAccessCallback(DbReadAccess access)
- This is the callback function that the EnterGui calls when the user has
selected Ok.
- Specified by:
dbAccessCallback in interface IDbAccessCallback- Specified by:
dbAccessCallback in class AbstractMain
- Parameters:
access - The database connection.
Copyright © 2008. All Rights Reserved.