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