|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxe.JaxeElement
jaxe.elements.JETypeSimple
public class JETypeSimple
Element Jaxe pour représenter un type simple de schéma WXS. Utilise le schéma XML pour savoir de quel type il s'agit. Tout n'est pas géré (facettes liste, union, limitations des caractères, ...). Type d'élément Jaxe: 'typesimple'
| Nested Class Summary | |
|---|---|
(package private) class |
JETypeSimple.PanelTypeSimple
|
| Nested classes/interfaces inherited from class jaxe.JaxeElement |
|---|
JaxeElement.MonBouton |
| Field Summary | |
|---|---|
protected static javax.swing.ImageIcon |
iconeAttributs
|
protected static javax.swing.ImageIcon |
iconeInvalide
|
protected static javax.swing.ImageIcon |
iconeValide
|
private static org.apache.log4j.Logger |
LOG
Logger for this class |
protected JETypeSimple.PanelTypeSimple |
panel
|
protected VerifTypeSimple |
verif
|
| Fields inherited from class jaxe.JaxeElement |
|---|
compos, debut, doc, fin, jcomps, kBarre, kCouleur, kCouleurDeFond, kExposant, kGras, kIndice, kItalique, kSouligne, noeud, refElement |
| Constructor Summary | |
|---|---|
JETypeSimple(JaxeDocument doc)
|
|
| Method Summary | |
|---|---|
void |
afficherDialogue(javax.swing.JFrame jframe)
Affiche le dialogue correspondant à l'élément |
void |
changementTexte()
|
void |
init(javax.swing.text.Position pos,
org.w3c.dom.Node noeud)
Insère le texte de l'élément à partir de l'arbre DOM, à la position pos dans le texte |
org.w3c.dom.Node |
nouvelElement(org.w3c.dom.Element refElement)
|
void |
selection(boolean select)
Sélection de la zone de texte où se trouve cet élément |
void |
setFocus()
Met le focus dans un composant de l'élément après sa création. |
void |
setValeur(java.lang.String valeur)
|
java.lang.String |
titreSurBalise()
Renvoit le titre qui sera affiché sur les balises de début et de fin : nom de l'élément ou titre, en fonction des options d'affichage. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final org.apache.log4j.Logger LOG
protected static javax.swing.ImageIcon iconeAttributs
protected static javax.swing.ImageIcon iconeValide
protected static javax.swing.ImageIcon iconeInvalide
protected JETypeSimple.PanelTypeSimple panel
protected VerifTypeSimple verif
| Constructor Detail |
|---|
public JETypeSimple(JaxeDocument doc)
| Method Detail |
|---|
public java.lang.String titreSurBalise()
public void init(javax.swing.text.Position pos,
org.w3c.dom.Node noeud)
JaxeElement
init in class JaxeElementpublic org.w3c.dom.Node nouvelElement(org.w3c.dom.Element refElement)
nouvelElement in class JaxeElementpublic void changementTexte()
public void setValeur(java.lang.String valeur)
public void selection(boolean select)
JaxeElement
selection in class JaxeElementpublic void afficherDialogue(javax.swing.JFrame jframe)
JaxeElement
afficherDialogue in class JaxeElementpublic void setFocus()
JaxeElement
setFocus in class JaxeElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||