|
Java Platform 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The DropTargetListener interface is the callback interface used by the DropTarget class to provide notification of DnD operations that involve the subject DropTarget.
Method Summary | |
void |
dragEnter(DropTargetDragEvent dtde)
a Drag operation has encountered the DropTarget |
void |
dragExit(DropTargetEvent dte)
The Drag operation has departed the DropTarget without dropping. |
void |
dragOver(DropTargetDragEvent dtde)
a Drag operation is ongoing on the DropTarget |
void |
drop(DropTargetDropEvent dtde)
The Drag operation has terminated with a Drop on this DropTarget |
void |
dropActionChanged(DropTargetDragEvent dtde)
The user as modified the current drop gesture |
Method Detail |
public void dragEnter(DropTargetDragEvent dtde)
public void dragOver(DropTargetDragEvent dtde)
public void dropActionChanged(DropTargetDragEvent dtde)
public void dragExit(DropTargetEvent dte)
public void drop(DropTargetDropEvent dtde)
|
Java Platform 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |