Interface TreeLayout

    • Method Detail

      • setAttributes

        void setAttributes​(TreeAttributes attributes)
        Set the tree attributes.
        Parameters:
        attributes - New attributes.
        See Also:
        getAttributes()
      • makeVisible

        void makeVisible​(TreePath path)
        Make a node in the tree visible in the rendered tree. For example, scroll the tree viewport so that a path is visible.
        Parameters:
        path - Path to make visible.