All Packages Class Hierarchy This Package Previous Next Index
Class Pasiphae.MyMutableTreeNode
java.lang.Object
|
+----com.sun.java.swing.tree.DefaultMutableTreeNode
|
+----Pasiphae.MyMutableTreeNode
- public class MyMutableTreeNode
- extends DefaultMutableTreeNode
la structure qui va former la hierarchie de documents
hashtable-
html-
isShortcut-
MyMutableTreeNode()
-
MyMutableTreeNode(Object)
-
add(MyMutableTreeNode)
- rajoute un noeud fils
containsKey(Object)
- Permet de savoit si un noeud contenant un document donne existe deja
comme fils du noeud courant
cout(String)
-
getHtmlChildAt(int)
- Renvoit un noeud contenant le ie fils de type TextHtml
getHtmlChildCount()
- Donne le nb de fils de type TextHtml
isShortcut()
- Ce noeud est il deja represente autre part dans l'arborescence ?
isShortcut(boolean)
-
html
protected Vector html
hashtable
protected Hashtable hashtable
isShortcut
protected boolean isShortcut
MyMutableTreeNode
public MyMutableTreeNode()
MyMutableTreeNode
public MyMutableTreeNode(Object userObject)
cout
public static void cout(String s)
add
public void add(MyMutableTreeNode newChild)
- rajoute un noeud fils
getHtmlChildCount
public int getHtmlChildCount()
- Donne le nb de fils de type TextHtml
getHtmlChildAt
public MyMutableTreeNode getHtmlChildAt(int index)
- Renvoit un noeud contenant le ie fils de type TextHtml
containsKey
public boolean containsKey(Object obj)
- Permet de savoit si un noeud contenant un document donne existe deja
comme fils du noeud courant
isShortcut
public boolean isShortcut()
- Ce noeud est il deja represente autre part dans l'arborescence ?
isShortcut
public void isShortcut(boolean isShortcut)
All Packages Class Hierarchy This Package Previous Next Index