扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.tree类treepath的类成员方法: getpathcomponent定义及介绍
发布时间:2014-2-18
本文导语:
getpathcomponent
public object getpathcomponent(int element)
返回指定索引位置的路径组件。
参数:element - 指定路径中元素的 int,其中 0 表示路径中的第一个元素
返回:该索引位置的 object
抛出:
illegalargumentexception - 如果索引超过路...