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)
IllegalArgumentException
- if the point
is null
dropPoint
- the drop point, representing the mouse's
current location within the component.public final Point getDropPoint()
public String toString()
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2021 aicas GmbH. All Rights Reserved.