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


Variable Index

 o hashtable
 o html
 o isShortcut

Constructor Index

 o MyMutableTreeNode()
 o MyMutableTreeNode(Object)

Method Index

 o add(MyMutableTreeNode)
rajoute un noeud fils
 o containsKey(Object)
Permet de savoit si un noeud contenant un document donne existe deja comme fils du noeud courant
 o cout(String)
 o getHtmlChildAt(int)
Renvoit un noeud contenant le ie fils de type TextHtml
 o getHtmlChildCount()
Donne le nb de fils de type TextHtml
 o isShortcut()
Ce noeud est il deja represente autre part dans l'arborescence ?
 o isShortcut(boolean)

Variables

 o html
protected Vector html
 o hashtable
protected Hashtable hashtable
 o isShortcut
protected boolean isShortcut

Constructors

 o MyMutableTreeNode
public MyMutableTreeNode()
 o MyMutableTreeNode
public MyMutableTreeNode(Object userObject)

Methods

 o cout
public static void cout(String s)
 o add
public void add(MyMutableTreeNode newChild)
rajoute un noeud fils

 o getHtmlChildCount
public int getHtmlChildCount()
Donne le nb de fils de type TextHtml

 o getHtmlChildAt
public MyMutableTreeNode getHtmlChildAt(int index)
Renvoit un noeud contenant le ie fils de type TextHtml

 o containsKey
public boolean containsKey(Object obj)
Permet de savoit si un noeud contenant un document donne existe deja comme fils du noeud courant

 o isShortcut
public boolean isShortcut()
Ce noeud est il deja represente autre part dans l'arborescence ?

 o isShortcut
public void isShortcut(boolean isShortcut)

All Packages  Class Hierarchy  This Package  Previous  Next  Index