public static class TransferHandler.DropLocation extends Object
开发人员通常不应该创建或扩展这个类的实例。 相反,这些是由DnD实现由TransferSupport
实例和具有getDropLocation()
方法的组件提供的。
TransferHandler.TransferSupport.getDropLocation()
Modifier | Constructor and Description |
---|---|
protected |
DropLocation(Point dropPoint)
为给定点构建一个放置位置。
|
protected DropLocation(Point dropPoint)
dropPoint
- 表示鼠标在组件内的当前位置的下拉点。
IllegalArgumentException
- 如果点是
null
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.