Class 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.

    • Field Detail

      • xmlNode

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

      • LeafTreeNode

        public LeafTreeNode()
      • LeafTreeNode

        public LeafTreeNode​(Node xmlNode)
      • LeafTreeNode

        public LeafTreeNode​(TreeNode parent,
                            Node xmlNode)