Java Platform 1.2

Uses of Class
java.awt.dnd.DragGestureEvent

Packages that use DragGestureEvent
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
java.awt.dnd Provides interfaces and classes for supporting drag-and-drop operations. 
 

Uses of DragGestureEvent in java.awt
 

Methods in java.awt with parameters of type DragGestureEvent
abstract  java.awt.dnd.peer.DragSourceContextPeer Toolkit.createDragSourceContextPeer(DragGestureEvent dge)
          create the peer for a DragSourceContext
 

Uses of DragGestureEvent in java.awt.dnd
 

Methods in java.awt.dnd that return DragGestureEvent
 DragGestureEvent DragSourceContext.getTrigger()
           
 

Methods in java.awt.dnd with parameters of type DragGestureEvent
 void DragSource.startDrag(DragGestureEvent trigger, Cursor dragCursor, Image dragImage, Point imageOffset, Transferable transferable, DragSourceListener dsl, FlavorMap flavorMap)
          start a Drag.
 void DragSource.startDrag(DragGestureEvent trigger, Cursor dragCursor, Transferable transferable, DragSourceListener dsl, FlavorMap flavorMap)
          start a Drag.
 void DragSource.startDrag(DragGestureEvent trigger, Cursor dragCursor, Image dragImage, Point dragOffset, Transferable transferable, DragSourceListener dsl)
          start a Drag.
 void DragSource.startDrag(DragGestureEvent trigger, Cursor dragCursor, Transferable transferable, DragSourceListener dsl)
          start a Drag.
protected  DragSourceContext DragSource.createDragSourceContext(java.awt.dnd.peer.DragSourceContextPeer dscp, DragGestureEvent dgl, Cursor dragCursor, Image dragImage, Point imageOffset, Transferable t, DragSourceListener dsl)
          Create the DragSourceContext to handle this Drag.
 void DragGestureListener.dragGestureRecognized(DragGestureEvent dge)
          A DragGestureRecognizer has detected a platform-dependent Drag and Drop action initiating gesture and is notifying this Listener in order for it to initiate the action for the user.
 

Constructors in java.awt.dnd with parameters of type DragGestureEvent
DragSourceContext.DragSourceContext(java.awt.dnd.peer.DragSourceContextPeer dscp, DragGestureEvent trigger, Cursor dragCursor, Image dragImage, Point offset, Transferable t, DragSourceListener dsl)
          construct a DragSourceContext (called from DragSource)
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
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.