org.genealogie.dump
Class SqlGenerator1

java.lang.Object
  |
  +--org.genealogie.dump.SqlGenerator1
All Implemented Interfaces:
java.lang.Runnable, org.genealogie.utils.Tache

public class SqlGenerator1
extends java.lang.Object
implements java.lang.Runnable, org.genealogie.utils.Tache

Classe d'exportation des patronymes par lieu

Version:
$Revision: 1.34 $
Author:
Templier Thierry

Field Summary
private  javax.swing.JLabel etatTable
           
private  boolean fin
           
private  java.lang.String nomRepertoire
           
private  java.lang.Thread progress
           
private  javax.swing.JProgressBar progressBar
           
private  ProgressDialog splash
           
 
Constructor Summary
SqlGenerator1(java.lang.String nomRepertoire, ProgressDialog splash, javax.swing.JLabel etatTable, javax.swing.JProgressBar progressBar)
          Constructeur de la tache.
 
Method Summary
 void interrompre()
          Interrompt l'exécution de la tache.
 void run()
          Exécute la tache.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

nomRepertoire

private java.lang.String nomRepertoire

splash

private ProgressDialog splash

etatTable

private javax.swing.JLabel etatTable

progressBar

private javax.swing.JProgressBar progressBar

fin

private boolean fin

progress

private java.lang.Thread progress
Constructor Detail

SqlGenerator1

public SqlGenerator1(java.lang.String nomRepertoire,
                     ProgressDialog splash,
                     javax.swing.JLabel etatTable,
                     javax.swing.JProgressBar progressBar)
Constructeur de la tache.
Parameters:
nomRepertoire - le nom du répertoire où se trouve les fichiers d'installation
splash - l'instance sur la fenêtre de progression ( null si la tache n'est pas lancé depuis l'ihm )
etatTable - l'instance sur le label d'état de la fenêtre de progression ( null si la tache n'est pas lancé depuis l'ihm )
progressBar - l'instance sur la barre de progression de la fenêtre de progression ( null si la tache n'est pas lancé depuis l'ihm )
Method Detail

interrompre

public void interrompre()
Interrompt l'exécution de la tache.
Specified by:
interrompre in interface org.genealogie.utils.Tache

run

public void run()
Exécute la tache.
Specified by:
run in interface java.lang.Runnable


Copyright © 2002 JGenea Ihm. All Rights Reserved.