jaxe.elements
Class JESymbole

java.lang.Object
  extended by jaxe.JaxeElement
      extended by jaxe.elements.JEFichier
          extended by jaxe.elements.JESymbole

public class JESymbole
extends JEFichier

Fichier d'image comme Fichier, mais que l'on peut créer avec un dialogue affichant les images se trouvant dans le dossier 'symboles' de Jaxe. Type d'élément Jaxe: 'symbole'


Nested Class Summary
 
Nested classes/interfaces inherited from class jaxe.elements.JEFichier
JEFichier.JEFichierMouseListener
 
Nested classes/interfaces inherited from class jaxe.JaxeElement
JaxeElement.MonBouton
 
Field Summary
private static org.apache.log4j.Logger LOG
          Logger for this class
 
Fields inherited from class jaxe.elements.JEFichier
alignementY, defaultSrcAttr, label, newline, reduction, srcAttr, taillemax
 
Fields inherited from class jaxe.JaxeElement
compos, debut, doc, fin, jcomps, kBarre, kCouleur, kCouleurDeFond, kExposant, kGras, kIndice, kItalique, kSouligne, noeud, refElement
 
Constructor Summary
JESymbole(JaxeDocument doc)
           
 
Method Summary
 void afficherDialogue(javax.swing.JFrame jframe)
          Affiche le dialogue correspondant à l'élément
private  void modifierAttributs(org.w3c.dom.Element el, org.w3c.dom.Element refElement, java.lang.String sf)
           
 org.w3c.dom.Node nouvelElement(org.w3c.dom.Element refElement)
           
 
Methods inherited from class jaxe.elements.JEFichier
affichageLabel, chargerImage, collerImage, effacer, init, majAffichage, reduireImage, selection
 
Methods inherited from class jaxe.JaxeElement
aDesAttributs, attStyle, avecIndentation, avecSautsDeLigne, changerStyle, cheminA, couper, creer, creerEnfant, creerEnfants, elementA, elementsDans, enfantApres, fusionner, getComponentPositions, getComponents, getEditionAutorisee, getEffacementAutorise, getFirstChild, getMonBoutonBorder, getMonBoutonCouleurs, getMonBoutonFont, getNextSibling, getParent, getPointEnfant, getProcessing, getString, hasProcessing, hasText, indentations, inserer, insererDOM, insertComponent, insertIcon, insertText, insertText, insPosition, majValidite, mettreAJourDOM, nombreXPath, nouvelElementDOM, nouvelElementDOM, nouvelElementDOM, nouvelleInstructionDOM, regrouperTextes, remplacerEnfant, remplacerEnfantDOM, sameStyle, setEditionAutorisee, setEffacementAutorise, setFocus, setMonBoutonBorder, setMonBoutonCouleurs, setMonBoutonFont, supprimerEnfant, supprimerEnfantDOM, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOG

private static final org.apache.log4j.Logger LOG
Logger for this class

Constructor Detail

JESymbole

public JESymbole(JaxeDocument doc)
Method Detail

nouvelElement

public org.w3c.dom.Node nouvelElement(org.w3c.dom.Element refElement)
Overrides:
nouvelElement in class JEFichier

afficherDialogue

public void afficherDialogue(javax.swing.JFrame jframe)
Description copied from class: JaxeElement
Affiche le dialogue correspondant à l'élément

Overrides:
afficherDialogue in class JEFichier

modifierAttributs

private void modifierAttributs(org.w3c.dom.Element el,
                               org.w3c.dom.Element refElement,
                               java.lang.String sf)