API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. JTree.DropLocation View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 Object
      TransferHandler.DropLocation
          JTree.DropLocation
Implements
Subclasses
Description
publicfinalstatic class JTree.DropLocation
  A subclass of TransferHandler.DropLocation representing a drop location for a JTree.
See also:    JTree.getDropLocation()
Constructors
private JTree.DropLocation (Point p, TreePath path, int index)
Methods
Hide/Show inherited methods
public int getChildIndex ()
  Returns the index where the dropped data should be inserted with respect to the path returned by getPath().
publicfinal Point getDropPoint () [Inherited From TransferHandler.DropLocation]
  Returns the drop point, representing the mouse's current location within the component.
public TreePath getPath ()
  Returns the path where dropped data should be placed in the tree.
public String toString () [Overrides TransferHandler.DropLocation]
  Returns a string representation of this drop location.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar