扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.text类jtextcomponent的类成员方法: getdroplocation定义及介绍
发布时间:2014-2-18
本文导语:
getdroplocation
public final jtextcomponent.droplocation getdroplocation()
返回在组件上进行 dnd 操作过程中此组件在视觉上指示为放置位置的位置;如果当前没有显示任何位置,则返回 null。
此方法不用于从 transferhandler 查询放置位置,因为...