Uses of Class
jaxe.elements.AffichageFormulaire

Packages that use AffichageFormulaire
jaxe.elements   
 

Uses of AffichageFormulaire in jaxe.elements
 

Fields in jaxe.elements declared as AffichageFormulaire
private  AffichageFormulaire JEFormulaire.affichage
           
private  AffichageFormulaire AffichageFormulaire.affParent
           
 

Fields in jaxe.elements with type parameters of type AffichageFormulaire
private  java.util.ArrayList<AffichageFormulaire> AffichageFormulaire.affEnfants
           
 

Methods in jaxe.elements with parameters of type AffichageFormulaire
private  void AffichageFormulaire.ajouterAffichageEnfant(AffichageFormulaire aff)
          Mise à jour de l'affichage causée par le changement dans un sous-affichage.
private  void AffichageFormulaire.placerAffichage(AffichageFormulaire affEnfant, javax.swing.JPanel elpane, java.awt.GridBagConstraints c, int pos, boolean dernier)
          Place le JPanel d'un enfant dans le JPanel courant (elpane).
private  void AffichageFormulaire.retirerAffichageEnfant(AffichageFormulaire aff)
          Retire un élément et son affichage ( bouton - )
 

Constructors in jaxe.elements with parameters of type AffichageFormulaire
AffichageFormulaire(org.w3c.dom.Element refElement, org.w3c.dom.Element el, AffichageFormulaire affParent, JaxeDocument doc)