Java Platform 1.2
Beta 4

Uses of Class
java.awt.dnd.DropTargetDragEvent

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

Uses of DropTargetDragEvent in java.awt.dnd
 

Methods in java.awt.dnd with parameters of type DropTargetDragEvent
 void DropTargetListener.dragEnter(DropTargetDragEvent dtde)
          a Drag operation has encountered the DropTarget
 void DropTargetListener.dragOver(DropTargetDragEvent dtde)
          a Drag operation is ongoing on the DropTarget
 void DropTargetListener.dropActionChanged(DropTargetDragEvent dtde)
          The user as modified the current drop gesture
 void DropTarget.dragEnter(DropTargetDragEvent dtde)
          The DropTarget intercepts dragEnter() notifications before the registered DropTargetListener gets them.
 void DropTarget.dragOver(DropTargetDragEvent dtde)
          The DropTarget intercepts dragOver() notifications before the registered DropTargetListener gets them.
 void DropTarget.dropActionChanged(DropTargetDragEvent dtde)
          The DropTarget intercepts dropActionChanged() notifications before the registered DropTargetListener gets them.
 


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.