|
Java Platform 1.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DragSourceEvent | |
| java.awt.dnd | Provides interfaces and classes for supporting drag-and-drop operations. |
| Uses of DragSourceEvent in java.awt.dnd |
| Subclasses of DragSourceEvent in java.awt.dnd | |
class |
DragSourceDragEvent
The DragSourceDragEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the currently registered DragSourceListener. |
class |
DragSourceDropEvent
The DragSourceDropEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to its currently registered DragSourceListener. |
| Methods in java.awt.dnd with parameters of type DragSourceEvent | |
void |
DragSourceContext.dragExit(DragSourceEvent dse)
intercept the dragExit event from the peer |
void |
DragSourceListener.dragExit(DragSourceEvent dse)
as the hotspot exits a platform dependent drop site |
|
Java Platform 1.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||