API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.dnd. DropTargetEvent View Source
Author(s)
Since
1.2
Version
1.19, 11/17/05
Serial
Hierarchy
 Object
      EventObject
          DropTargetEvent
Implements
Subclasses
Description
public class DropTargetEvent
  The DropTargetEvent is the base class for both the DropTargetDragEvent and the DropTargetDropEvent.
See also:   
Constructors
public DropTargetEvent (DropTargetContext dtc)
  Construct a DropTargetEvent with a specified DropTargetContext.
Methods
Hide/Show inherited methods
public DropTargetContext getDropTargetContext ()
  This method returns the DropTargetContext associated with this DropTargetEvent.
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
public String toString () [Inherited From EventObject]
  Returns a String representation of this EventObject.
Fields
Hide/Show inherited fields
protected DropTargetContext context
The DropTargetContext associated with this DropTargetEvent.
protectedtransient Object source [Inherited From EventObject]
The object on which the Event initially occurred.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar