java.lang.Object | +--java.util.EventObject | +--java.awt.dnd.DropTargetEvent
Unsafe: 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
.
DropTargetEvent(DropTargetContext dtc)
DropTargetEvent
with
a specified DropTargetContext
.
DropTargetContext
getDropTargetContext()
DropTargetContext
associated with this DropTargetEvent
.
private static final long serialVersionUID
protected DropTargetContext context
DropTargetContext
associated with this
DropTargetEvent
.
public DropTargetEvent(DropTargetContext dtc)
DropTargetEvent
with
a specified DropTargetContext
.
dtc
- the DropTargetContext
public DropTargetContext getDropTargetContext()
DropTargetContext
associated with this DropTargetEvent
.
DropTargetContext