org.genealogie.pdf
Class PdfDocumentsGenerator

java.lang.Object
  |
  +--org.genealogie.pdf.PdfDocumentsGenerator
All Implemented Interfaces:
java.lang.Runnable

public class PdfDocumentsGenerator
extends java.lang.Object
implements java.lang.Runnable


Field Summary
private  java.lang.String acteArbre
           
private  java.lang.String couleurLigneImpaire
           
private  java.lang.String couleurLignePaire
           
private  org.genealogie.dao.DocumentsBean documents
           
private  javax.swing.JLabel etatTable
           
private  int nbLignes
           
private  java.lang.String nomFichier
           
private  java.lang.Thread progress
           
private  javax.swing.JProgressBar progressBar
           
private  java.lang.String racineImages
           
private  javax.swing.JDialog splash
           
private  java.util.Hashtable typeActs
           
private  java.lang.String typeDocument
           
private  int typeId
           
 
Constructor Summary
PdfDocumentsGenerator(java.lang.String nomFichier, javax.swing.JDialog splash, javax.swing.JLabel etatTable, javax.swing.JProgressBar progressBar, int typeId)
           
 
Method Summary
private  void chargerRessources()
           
 void genererDocuments(java.lang.String fichier)
           
 void run()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

couleurLignePaire

private java.lang.String couleurLignePaire

couleurLigneImpaire

private java.lang.String couleurLigneImpaire

acteArbre

private java.lang.String acteArbre

nbLignes

private int nbLignes

racineImages

private java.lang.String racineImages

typeActs

private java.util.Hashtable typeActs

nomFichier

private java.lang.String nomFichier

splash

private javax.swing.JDialog splash

etatTable

private javax.swing.JLabel etatTable

progressBar

private javax.swing.JProgressBar progressBar

typeId

private int typeId

typeDocument

private java.lang.String typeDocument

documents

private org.genealogie.dao.DocumentsBean documents

progress

private java.lang.Thread progress
Constructor Detail

PdfDocumentsGenerator

public PdfDocumentsGenerator(java.lang.String nomFichier,
                             javax.swing.JDialog splash,
                             javax.swing.JLabel etatTable,
                             javax.swing.JProgressBar progressBar,
                             int typeId)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

chargerRessources

private void chargerRessources()

genererDocuments

public void genererDocuments(java.lang.String fichier)


Copyright © 2002 JGenea Ihm. All Rights Reserved.