API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.dnd. DropTargetAdapter View Source
Author(s)
David Mendenhall
Since
1.4
Version
1.8, 11/17/05
Serial
Hierarchy
 Object
      DropTargetAdapter
Implements
 DropTargetListener
Subclasses
Description
publicabstract abstract class DropTargetAdapter
  An abstract adapter class for receiving drop target events.
Constructors
public DropTargetAdapter ()
Methods
Hide/Show inherited methods
public void dragEnter (DropTargetDragEvent dtde) [Specified in DropTargetListener]
  Called while a drag operation is ongoing, when the mouse pointer enters the operable part of the drop site for the DropTarget registered with this listener.
public void dragExit (DropTargetEvent dte) [Specified in DropTargetListener]
  Called while a drag operation is ongoing, when the mouse pointer has exited the operable part of the drop site for the DropTarget registered with this listener.
public void dragOver (DropTargetDragEvent dtde) [Specified in DropTargetListener]
  Called when a drag operation is ongoing, while the mouse pointer is still over the operable part of the drop site for the DropTarget registered with this listener.
public void dropActionChanged (DropTargetDragEvent dtde) [Specified in DropTargetListener]
  Called if the user has modified the current drop gesture.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar