|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--WordTreeNode
WordTreeNode est une classe conteneur pour un mot d'un thème et est utilisé par ThemeTree.
ThemeEditor 1.0 est un éditeur de thèmes au format XML.
Copyright © 2000 David MASCLE et Damien BOUCHARD.
Constructor Summary | |
WordTreeNode(java.lang.String w)
Défini un noeud correspondant à un mot d'un thème. |
Method Summary | |
java.lang.String |
toString()
Retourne la représentation du noeud de mot d'un thème sous forme d'une chaine de caractères. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public WordTreeNode(java.lang.String w)
w
- le mot.Method Detail |
public java.lang.String toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |