扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.tree接口treeselectionmodel的类成员方法: setselectionpath定义及介绍
发布时间:2014-2-18
本文导语:
setselectionpath
void setselectionpath(treepath path)
为该选择设置路径。如果这表示一个更改,则通知 treeselectionlistener。如果 path 为 null,则这与调用 clearselection 具有相同的效果。
参数:path - 要选择的新路径