All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.util.EventObject | +----java.awt.dnd.DropTargetEvent
The DropTargetEvent is the base class for both the DropTargetDragEvent and The DropTargetDropEvent. It encapsulates the current state of the Drag and Drop operations, in particular the current DropTargetContext.
protected DropTargetContext context
public DropTargetEvent(DropTargetContext dtc)
public DropTargetContext getDropTargetContext()
All Packages Class Hierarchy This Package Previous Next Index