| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DragSourceEvent | |
|---|---|
| java.awt.dnd | Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI. | 
| Uses of DragSourceEvent in java.awt.dnd | 
|---|
| Subclasses of DragSourceEvent in java.awt.dnd | |
|---|---|
|  class | DragSourceDragEventThe DragSourceDragEventis 
 delivered from theDragSourceContextPeer,
 via theDragSourceContext, to theDragSourceListenerregistered with thatDragSourceContextand with its associatedDragSource. | 
|  class | DragSourceDropEventThe DragSourceDropEventis delivered 
 from theDragSourceContextPeer,
 via theDragSourceContext, to thedragDropEndmethod ofDragSourceListeners registered with thatDragSourceContextand with its associatedDragSource. | 
| Methods in java.awt.dnd with parameters of type DragSourceEvent | |
|---|---|
|  void | DragSourceAdapter.dragExit(DragSourceEvent dse)Called as the cursor's hotspot exits a platform-dependent drop site. | 
|  void | DragSourceContext.dragExit(DragSourceEvent dse)Calls dragExiton theDragSourceListeners registered with thisDragSourceContextand with the associatedDragSource, and passes them the specifiedDragSourceEvent. | 
|  void | DragSourceListener.dragExit(DragSourceEvent dse)Called as the cursor's hotspot exits a platform-dependent drop site. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.