org.genealogie.rtf
Class RtfPlugin

java.lang.Object
  |
  +--org.genealogie.rtf.RtfPlugin

public class RtfPlugin
extends java.lang.Object


Field Summary
private static java.lang.String classFicheDouble
           
private static java.lang.String classFicheSimple
           
private static java.lang.reflect.Constructor constrDouble
           
private static java.lang.reflect.Constructor constrSimple
           
private static FicheDouble ficheDouble
           
private static FicheSimple ficheSimple
           
private static java.util.ResourceBundle rb
           
 
Constructor Summary
RtfPlugin()
           
 
Method Summary
(package private) static void ()
           
static FicheDouble getFicheDouble(org.genealogie.dao.GenealogieBean genealogie, org.genealogie.dao.DocumentsBean documents, org.genealogie.dao.ActesBean actesB, Fiche fiche, com.lowagie.text.Document document)
           
static FicheSimple getFicheSimple(org.genealogie.dao.GenealogieBean genealogie, org.genealogie.dao.DocumentsBean documents, org.genealogie.dao.ActesBean actesB, Elt p, com.lowagie.text.Document document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ficheSimple

private static FicheSimple ficheSimple

ficheDouble

private static FicheDouble ficheDouble

rb

private static java.util.ResourceBundle rb

classFicheSimple

private static java.lang.String classFicheSimple

classFicheDouble

private static java.lang.String classFicheDouble

constrSimple

private static java.lang.reflect.Constructor constrSimple

constrDouble

private static java.lang.reflect.Constructor constrDouble
Constructor Detail

RtfPlugin

public RtfPlugin()
Method Detail

static void ()

getFicheSimple

public static FicheSimple getFicheSimple(org.genealogie.dao.GenealogieBean genealogie,
                                         org.genealogie.dao.DocumentsBean documents,
                                         org.genealogie.dao.ActesBean actesB,
                                         Elt p,
                                         com.lowagie.text.Document document)

getFicheDouble

public static FicheDouble getFicheDouble(org.genealogie.dao.GenealogieBean genealogie,
                                         org.genealogie.dao.DocumentsBean documents,
                                         org.genealogie.dao.ActesBean actesB,
                                         Fiche fiche,
                                         com.lowagie.text.Document document)


Copyright © 2002 JGenea Ihm. All Rights Reserved.