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.