API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. TransferHandler.DropLocation View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 Object
      TransferHandler.DropLocation
Implements
Subclasses
Description
publicstatic class TransferHandler.DropLocation
  Represents a location where dropped data should be inserted.
Constructors
protected TransferHandler.DropLocation (Point dropPoint)
  Constructs a drop location for the given point.
Methods
Hide/Show inherited methods
publicfinal Point getDropPoint ()
  Returns the drop point, representing the mouse's current location within the component.
public String toString ()
  Returns a string representation of this drop location.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar