|
Préférences
Moteurs de recherche
|
|||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.swing
|
Constructor Summary | |
---|---|
protected |
TransferHandler.DropLocation(Point dropPoint)
Constructs a drop location for the given point. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected TransferHandler.DropLocation(Point dropPoint)
dropPoint
- the drop point, representing the mouse's
current location within the component.
IllegalArgumentException
- if the point
is null
Method Detail |
---|
public final Point getDropPoint()
public String toString()