Class DefaultTreeNode

  • All Implemented Interfaces:
    TreeNode

    public class DefaultTreeNode
    extends AbstractTreeNode
    The simplest treenode, that does not adds any "decoration" to the nodes.
    • Constructor Detail

      • DefaultTreeNode

        public DefaultTreeNode​(IndexTreeView tview,
                               TreeViewRequest request)
        Constructor that takes an IndexTreeView implementation and a TreeNodeFactory implementation.
        Parameters:
        tview -
        factory -