扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.tree类defaulttreeselectionmodel的类成员方法: addselectionpaths定义及介绍
发布时间:2014-2-18
本文导语:
addselectionpaths
public void addselectionpaths(treepath[] paths)
向当前的 selection 中添加路径。如果路径中的任何路径当前不在 selection 中,则通知 treeselectionlistener。如果 paths 为 null,则此方法无效。
将前导路径设置为 paths 中的最后元素...