Interface ConfigTreeNode

    • Method Detail

      • getName

        String getName()
        Returns the name of the node.
        Returns:
        the name of the node.
      • setParent

        void setParent​(TreeNode parent)
        Defines the parent of this node; this replaces all previously defined parents.
        Parameters:
        parent - the new parent node.