Class LeafTreeNode

java.lang.Object
org.dom4j.swing.LeafTreeNode
All Implemented Interfaces:
TreeNode
Direct Known Subclasses:
BranchTreeNode

public class LeafTreeNode extends Object implements TreeNode

LeafTreeNode implements the Swing TreeNode interface to bind a leaf XML nodes to a Swing TreeModel.

Version:
$Revision: 1.7 $
Author:
James Strachan , Jakob Jenkov
  • Field Details

    • EMPTY_ENUMERATION

      protected static final Enumeration EMPTY_ENUMERATION
    • xmlNode

      protected Node xmlNode
      The dom4j Node which contains the
  • Constructor Details

    • LeafTreeNode

      public LeafTreeNode()
    • LeafTreeNode

      public LeafTreeNode(Node xmlNode)
    • LeafTreeNode

      public LeafTreeNode(TreeNode parent, Node xmlNode)
  • Method Details