扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类jtree.droplocation的类成员方法: getchildindex定义及介绍
发布时间:2014-2-18
本文导语:
getchildindex
public int getchildindex()
对于 getpath() 返回的路径,返回应该插入放置数据的位置的索引。
对于放置模式 dropmode.use_selection 和 dropmode.on,此索引并不重要(它将始终为 -1),因为所需的数据只是放置操作...