Classes | |
| class | AdapterNode |
| class | DomToTreeModelAdapter |
| class | TheCellRenderer |
Public Member Functions | |
| DomTree () | |
| DomTree (java.util.Hashtable value) | |
| Node | getRootNode () |
| void | setRootNode (Node newDocument) |
Static Public Member Functions | |
| static void | main (String[] args) |
Static Package Attributes | |
| static final int | windowHeight = 460 |
| static final int | leftWidth = 300 |
| static final int | rightWidth = 340 |
| static final int | windowWidth = leftWidth + rightWidth |
| static final String[] | typeName |
This class wraps a DOM node and returns the text we want to display in the tree. It also returns children, index values, and child counts.
Creation date: (1/30/02 9:57:02 AM)
| com.cosylab.logging.client.DomTree.DomTree | ( | ) |
DomTree constructor comment.
Referenced by com.cosylab.logging.client.DomTree.main().
| com.cosylab.logging.client.DomTree.DomTree | ( | java.util.Hashtable | value | ) |
DomTree constructor comment.
| value | java.util.Hashtable |
| Node com.cosylab.logging.client.DomTree.getRootNode | ( | ) |
Returns the instance of the document displayed by this tree or null if empty. Creation date: (1/30/02 10:53:29 AM)
| static void com.cosylab.logging.client.DomTree.main | ( | String[] | args | ) | [static] |
Insert the method's description here. Creation date: (1/30/02 10:59:08 AM)
| args | java.lang.String[] |
References com.cosylab.logging.client.DomTree.DomTree().
| void com.cosylab.logging.client.DomTree.setRootNode | ( | Node | newDocument | ) |
Sets the new document to be displayed by this tree. Can be null to display empty tree. Creation date: (1/30/02 10:46:35 AM)
| newDocument | org.w3c.dom.Document |
final int com.cosylab.logging.client.DomTree.leftWidth = 300 [static, package] |
final int com.cosylab.logging.client.DomTree.rightWidth = 340 [static, package] |
final String [] com.cosylab.logging.client.DomTree.typeName [static, package] |
{
"none",
"Element",
"Attr",
"Text",
"CDATA",
"EntityRef",
"Entity",
"ProcInstr",
"Comment",
"Document",
"DocType",
"DocFragment",
"Notation",
}
final int com.cosylab.logging.client.DomTree.windowHeight = 460 [static, package] |
final int com.cosylab.logging.client.DomTree.windowWidth = leftWidth + rightWidth [static, package] |
1.7.0