扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.tree类defaulttreeselectionmodel的类成员方法: removeselectionpaths定义及介绍
发布时间:2014-2-18
本文导语:
removeselectionpaths
public void removeselectionpaths(treepath[] paths)
从 selection 中移除路径。如果路径中的任何路径在 selection 中,则通知 treeselectionlisteners。如果 paths 为 null,则此方法无效。
指定者:接口 treeselectionmodel 中的 removeselectio...