模块  java.desktop
软件包  javax.swing.tree

Interface TreeNode

    • 方法详细信息

      • getChildAt

        TreeNode getChildAt​(int childIndex)
        返回子 TreeNode索引 childIndex
        参数
        childIndex - 儿童指数
        结果
        给定索引处的子节点
      • getChildCount

        int getChildCount()
        返回接收者包含的子节 TreeNode
        结果
        接收者包含的子女数量
      • getParent

        TreeNode getParent()
        返回接收器的父级 TreeNode
        结果
        接收者的父母
      • getIndex

        int getIndex​(TreeNode node)
        返回接收器子node中的索引node 如果接收器不包含node ,则返回-1。
        参数
        node - 要为其添加节点
        结果
        指定节点的索引
      • getAllowsChildren

        boolean getAllowsChildren()
        如果接收者允许孩子,则返回true。
        结果
        接收者是否允许孩子
      • isLeaf

        boolean isLeaf()
        如果接收者是叶子,则返回true。
        结果
        接收器是否是叶子
      • children

        Enumeration<? extends TreeNode> children()
        Enumeration返回接收者的子 Enumeration
        结果
        接收者的孩子为 Enumeration