Java Platform 1.2
Beta 4

Uses of Class
java.awt.dnd.DragSourceContext

Packages that use DragSourceContext
java.awt.dnd Provides interfaces and classes for supporting drag-and-drop operations.  
 

Uses of DragSourceContext in java.awt.dnd
 

Methods in java.awt.dnd that return DragSourceContext
 DragSourceContext DragSourceEvent.getDragSourceContext()
           
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.
 

Constructors in java.awt.dnd with parameters of type DragSourceContext
DragSourceEvent.DragSourceEvent(DragSourceContext dsc)
          construct a DragSourceEvent
DragSourceDragEvent.DragSourceDragEvent(DragSourceContext dsc, int dropAction, int actions, int modifiers)
          construct a DragSourceEvent
DragSourceDragEvent.DragSourceDragEvent(DragSourceContext dsc, int dropAction, int actions, int modifiers, boolean isLocal)
          construct a DragSourceEvent
DragSourceDropEvent.DragSourceDropEvent(DragSourceContext dsc, int action, boolean success)
          construct a DragSourceDropEvent for a drop
DragSourceDropEvent.DragSourceDropEvent(DragSourceContext dsc)
          construct a DragSourceDropEvent for a drag that does not result in a drop
 


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.