Class EmptyWord

java.lang.Object
  |
  +--StandardWord
        |
        +--EmptyWord

public class EmptyWord
extends StandardWord

EmptyWord est une classe conteneur pour un mot vide.


ThemeEditor 1.0 est un éditeur de thèmes au format XML.

Copyright © 2000 David MASCLE et Damien BOUCHARD.


Fields inherited from class StandardWord
theWord
 
Constructor Summary
EmptyWord(java.lang.String word)
          Défini un mot vide.
 
Method Summary
 java.lang.String toHtml()
          Retourne la représentation du mot vide sous forme d'une chaine de caractères au format Html.
 java.lang.String toHtmlPreview()
          Retourne la représentation du mot vide sous forme d'une chaine de caractères au format Html pour la prévisualisation interne.
 java.lang.String toString()
          Retourne la représentation du mot vide sous forme d'une chaine de caractères.
 java.lang.String toXml()
          Retourne la représentation du mot vide sous forme d'une chaine de caractères au format Xml.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyWord

public EmptyWord(java.lang.String word)
Défini un mot vide.
Parameters:
word - le texte du mot.
Method Detail

toString

public java.lang.String toString()
Retourne la représentation du mot vide sous forme d'une chaine de caractères.
Overrides:
toString in class StandardWord

toHtmlPreview

public java.lang.String toHtmlPreview()
Retourne la représentation du mot vide sous forme d'une chaine de caractères au format Html pour la prévisualisation interne.
Overrides:
toHtmlPreview in class StandardWord

toHtml

public java.lang.String toHtml()
Retourne la représentation du mot vide sous forme d'une chaine de caractères au format Html.
Overrides:
toHtml in class StandardWord

toXml

public java.lang.String toXml()
Retourne la représentation du mot vide sous forme d'une chaine de caractères au format Xml.
Overrides:
toXml in class StandardWord