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
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(PointdropPoint)
dropPoint - the drop point, representing the mouse's current location within the component.
IllegalArgumentException - if the point is
null
public final PointgetDropPoint()
public StringtoString()