扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.tree接口treeselectionmodel的类成员方法: addselectionpath定义及介绍
发布时间:2014-2-18
本文导语:
addselectionpath
void addselectionpath(treepath path)
将路径添加到当前的选择中。如果路径当前不在选择中,则通知 treeselectionlistener。如果 path 为 null,则此方法无效。
参数:path - 添加到当前选择中的新路径