API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. JTable.DropLocation View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 Object
      TransferHandler.DropLocation
          JTable.DropLocation
Implements
Subclasses
Description
publicfinalstatic class JTable.DropLocation
  A subclass of TransferHandler.DropLocation representing a drop location for a JTable.
See also:    JTable.getDropLocation()
Constructors
private JTable.DropLocation (Point p, int row, int col, boolean isInsertRow, boolean isInsertCol)
Methods
Hide/Show inherited methods
public int getColumn ()
  Returns the column index where a dropped item should be placed in the table.
publicfinal Point getDropPoint () [Inherited From TransferHandler.DropLocation]
  Returns the drop point, representing the mouse's current location within the component.
public int getRow ()
  Returns the row index where a dropped item should be placed in the table.
public boolean isInsertColumn ()
  Returns whether or not this location represents an insert of a column.
public boolean isInsertRow ()
  Returns whether or not this location represents an insert of a row.
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