java.awt.dnd.peer
public interface DropTargetContextPeer
DropTargetListener
. Occurs when a Component
with an associated DropTarget
and visible geometry is first
intersected by a logical cursor.
Method Summary | |
---|---|
void | acceptDrag(int dragAction) |
void | acceptDrop(int dropAction) |
void | dropComplete(boolean success) |
DropTarget | getDropTarget() |
int | getTargetActions() |
Transferable | getTransferable() |
DataFlavor[] | getTransferDataFlavors() |
boolean | isTransferableJVMLocal() |
void | rejectDrag() |
void | rejectDrop() |
void | setTargetActions(int actions) |