扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类jtree的类成员方法: getselectionmodel定义及介绍
发布时间:2014-2-18
本文导语:
getselectionmodel
public treeselectionmodel getselectionmodel()
返回选择的模型。应该始终返回非 null 值。如果您不希望允许选择任何内容,则将选择模型设置为 null,它会强制使用空选择模型。
另请参见:setselectionmodel(javax.swing.tree.tree...