jaxe.elements
Class JESauf

java.lang.Object
  extended by jaxe.JaxeElement
      extended by jaxe.elements.JESauf

public class JESauf
extends JaxeElement

Representation-element for processing instructions


Nested Class Summary
 
Nested classes/interfaces inherited from class jaxe.JaxeElement
JaxeElement.MonBouton
 
Field Summary
private static org.apache.log4j.Logger LOG
          Logger for this class
(package private)  boolean mettreajour
           
(package private)  java.lang.String target
           
 
Fields inherited from class jaxe.JaxeElement
compos, debut, doc, fin, jcomps, kBarre, kCouleur, kCouleurDeFond, kExposant, kGras, kIndice, kItalique, kSouligne, noeud, refElement
 
Constructor Summary
JESauf()
           
JESauf(JaxeDocument doc)
           
 
Method Summary
 void init(javax.swing.text.Position pos, org.w3c.dom.Node noeud)
          Adds a flag with nodecontent as tooltip for a processing instruction
 org.w3c.dom.Node nouvelElement(org.w3c.dom.Element refElement)
           
 void setTarget(java.lang.String target)
           
 
Methods inherited from class jaxe.JaxeElement
aDesAttributs, afficherDialogue, attStyle, avecIndentation, avecSautsDeLigne, changerStyle, cheminA, couper, creer, creerEnfant, creerEnfants, effacer, 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, majAffichage, majValidite, mettreAJourDOM, nombreXPath, nouvelElementDOM, nouvelElementDOM, nouvelElementDOM, nouvelleInstructionDOM, regrouperTextes, remplacerEnfant, remplacerEnfantDOM, sameStyle, selection, 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


mettreajour

boolean mettreajour

target

java.lang.String target
Constructor Detail

JESauf

public JESauf()

JESauf

public JESauf(JaxeDocument doc)
Method Detail

setTarget

public void setTarget(java.lang.String target)

init

public void init(javax.swing.text.Position pos,
                 org.w3c.dom.Node noeud)
Adds a flag with nodecontent as tooltip for a processing instruction

Specified by:
init in class JaxeElement

nouvelElement

public org.w3c.dom.Node nouvelElement(org.w3c.dom.Element refElement)
Specified by:
nouvelElement in class JaxeElement