public static class TransferHandler.DropLocation extends Object
Developers typically shouldn't create instances of, or extend, this
class. Instead, these are something provided by the DnD
implementation by TransferSupport
instances and by
components with a getDropLocation()
method.
TransferHandler.TransferSupport.getDropLocation()
Modifier | Constructor and Description |
---|---|
protected |
DropLocation(Point dropPoint)
Constructs a drop location for the given point.
|
Modifier and Type | Method and Description |
---|---|
Point |
getDropPoint()
Returns the drop point, representing the mouse's
current location within the component.
|
String |
toString()
Returns a string representation of this drop location.
|
protected DropLocation(Point dropPoint)
dropPoint
- the drop point, representing the mouse's
current location within the component.IllegalArgumentException
- if the point
is null
public final Point getDropPoint()
public String toString()
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, 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.