Java Platform 1.2
Beta 4

Uses of Class
java.awt.dnd.DragSourceEvent

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
  DragSourceDragEvent
           The DragSourceDragEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the currently registered DragSourceListener.
  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
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.