uk.ac.soton.itinnovation.grid.client.registry.ui.xml
Class DOMElementTreeNode

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.client.registry.ui.xml.DOMElementTreeNode

public class DOMElementTreeNode
extends Object


Constructor Summary
DOMElementTreeNode(Node element)
           
DOMElementTreeNode(String[] xmlStrings)
           
 
Method Summary
protected  DOMElementTreeNode[] getChildren()
          loads and caches the children of a node
 Node getNode()
           
 int indexOfChild(DOMElementTreeNode child)
           
 String toString()
          Returns the the string to be used to display this leaf in the JTree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DOMElementTreeNode

public DOMElementTreeNode(String[] xmlStrings)

DOMElementTreeNode

public DOMElementTreeNode(Node element)
Method Detail

toString

public String toString()
Returns the the string to be used to display this leaf in the JTree.

Overrides:
toString in class Object

getNode

public Node getNode()

indexOfChild

public int indexOfChild(DOMElementTreeNode child)

getChildren

protected DOMElementTreeNode[] getChildren()
loads and caches the children of a node



Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.