扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.tree接口treemodel的类成员方法: getchild定义及介绍
发布时间:2014-2-18
本文导语:
getchild
object getchild(object parent,
int index)
返回父节点的子数组中索引 index 位置的 parent 的子节点。parent 必须是以前从此数据源获取的节点。如果 index 是 parent 的一个有效索引(即:index >= 0 && index < getchildcount(parent)...