Interface GISTreeBrowsable<E extends GISBrowsable>

    • Method Detail

      • getParent

        @Pure
        GISTreeBrowsable<?> getParent()
        Replies the parent that contains this element, or null.
        Returns:
        the parent element.
      • getChildCount

        @Pure
        int getChildCount()
        Replies count of children.
        Returns:
        count of children.
      • getChildAt

        @Pure
        E getChildAt​(int childIndex)
        Replies the child at the specified index.
        Parameters:
        childIndex - is the position of the child to reply
        Returns:
        the child at the specified index.