|
Java Platform 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The DragSourceListener defines the event interface for originators of Drag and Drop operations to track the state of the users gesture to provide the appropriate feedback to the user.
Method Summary | |
void |
dragDropEnd(DragSourceDropEvent dsde)
as the operation completes |
void |
dragEnter(DragSourceDragEvent dsde)
as the hotspot enters a platform dependent drop site |
void |
dragExit(DragSourceEvent dse)
as the hotspot exits a platform dependent drop site |
void |
dragOver(DragSourceDragEvent dsde)
as the hotspot moves over a platform dependent drop site |
void |
dropActionChanged(DragSourceDragEvent dsde)
the user has modified the drop gesture |
Method Detail |
public void dragEnter(DragSourceDragEvent dsde)
public void dragOver(DragSourceDragEvent dsde)
public void dropActionChanged(DragSourceDragEvent dsde)
public void dragExit(DragSourceEvent dse)
public void dragDropEnd(DragSourceDropEvent dsde)
|
Java Platform 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |