API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. JList.DropLocation View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 Object
      TransferHandler.DropLocation
          JList.DropLocation
Implements
Subclasses
Description
publicfinalstatic class JList.DropLocation
  A subclass of TransferHandler.DropLocation representing a drop location for a JList.
See also:    JList.getDropLocation()
Constructors
private JList.DropLocation (Point p, int index, boolean isInsert)
Methods
Hide/Show inherited methods
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 placed in the list.
public boolean isInsert ()
  Returns whether or not this location represents an insert location.
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