Package jaxe

Class DOMTree

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable

public class DOMTree extends JTree
Displays a DOM document in a tree control.
See Also:
  • Constructor Details

    • DOMTree

      public DOMTree()
      Default constructor.
    • DOMTree

      public DOMTree(Document document)
      Constructs a tree with the specified document.
  • Method Details

    • setDocument

      public void setDocument(Document document)
      Sets the document.
    • getDocument

      public Document getDocument()
      Returns the document.
    • getNode

      public Node getNode(Object treeNode)
      get the org.w3c.Node for a MutableTreeNode.
    • getMutNode

      public DefaultMutableTreeNode getMutNode(Node node)
      get the MutableTreeNode for a org.w3c.Node.