扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.tree类defaultmutabletreenode的类成员方法: pathfromancestorenumeration定义及介绍
发布时间:2014-2-18
本文导语:
pathfromancestorenumeration
public enumeration pathfromancestorenumeration(treenode ancestor)
创建并返回沿着从 ancestor 到此节点的路径的一个枚举。枚举的 nextelement() 方法首先返回 ancestor,然后返回作为此节点祖先的 ancestor 的子节点,依此类推...