API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.text. JTextComponent.DropLocation View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 Object
      TransferHandler.DropLocation
          JTextComponent.DropLocation
Implements
Subclasses
Description
publicfinalstatic class JTextComponent.DropLocation
  Represents a drop location for JTextComponents.
Constructors
private JTextComponent.DropLocation (Point p, int index, Bias bias)
Methods
Hide/Show inherited methods
public Bias getBias ()
  Returns the bias for the drop index.
publicfinal Point getDropPoint () [Inherited From TransferHandler.DropLocation]
  Returns the drop point, representing the mouse's current location within the component.
public int getIndex ()
  Returns the index where dropped data should be inserted into the associated component.
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