Public Member Functions | |
DomTree () | |
DomTree (java.util.Hashtable value) | |
Node | getRootNode () |
void | setRootNode (Node newDocument) |
Static Public Member Functions | |
void | main (String[] args) |
Static Package Attributes | |
final int | windowHeight = 460 |
final int | leftWidth = 300 |
final int | rightWidth = 340 |
final int | windowWidth = leftWidth + rightWidth |
final String[] | typeName |
Private Attributes | |
TheCellRenderer | cellRenderer = new TheCellRenderer() |
Creation date: (1/30/02 9:57:02 AM)
|
DomTree constructor comment. |
|
DomTree constructor comment.
|
|
Returns the instance of the document displayed by this tree or null if empty. Creation date: (1/30/02 10:53:29 AM)
|
|
Insert the method's description here. Creation date: (1/30/02 10:59:08 AM)
|
|
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)
|
|
|
|
|
|
|
|
Initial value:
|
|
|
|
|