扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.tree类defaultmutabletreenode的类成员方法: isnodeancestor定义及介绍
发布时间:2014-2-18
本文导语:
isnodeancestor
public boolean isnodeancestor(treenode anothernode)
如果 anothernode 是此节点的祖先 -- 如果它是此节点、此节点的父节点或此节点的父节点的祖先,则返回 true。(注意,节点被认为是它本身的祖先。)如果 anothernode 为 null,则...