扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.tree接口treemodel的类成员方法: getindexofchild定义及介绍
发布时间:2014-2-18
本文导语:
getindexofchild
int getindexofchild(object parent,
object child)
返回父节点中子节点的索引。如果 parent 或 child 为 null,则返回 -1。如果 parent 或 child 不属于此树模型,则返回 -1。
参数:parent - 从此数据源获取的树中的节...