Java Platform 1.2
Beta 4

Uses of Class
java.awt.dnd.DropTargetContext

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

Uses of DropTargetContext in java.awt.dnd
 

Fields in java.awt.dnd declared as DropTargetContext
protected  DropTargetContext DropTargetEvent.context
           
 

Methods in java.awt.dnd that return DropTargetContext
 DropTargetContext DropTargetEvent.getDropTargetContext()
           
 DropTargetContext DropTarget.getDropTargetContext()
           
protected  DropTargetContext DropTarget.createDropTargetContext()
          Create the DropTargetContext associated with this DropTarget.
 

Constructors in java.awt.dnd with parameters of type DropTargetContext
DropTargetEvent.DropTargetEvent(DropTargetContext dtc)
          Construct a DropTargetEvent
DropTargetDragEvent.DropTargetDragEvent(DropTargetContext dtc, Point cursorLocn, int dropAction, int srcActions)
          construct an Event
DropTargetDropEvent.DropTargetDropEvent(DropTargetContext dtc, Point cursorLocn, int dropAction, int srcActions)
          construct an Event
DropTargetDropEvent.DropTargetDropEvent(DropTargetContext dtc, Point cursorLocn, int dropAction, int srcActions, boolean isLocal)
          Construct a DropTargetEvent
 


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.