JavaTM 2 Platform
Std. Ed. v1.4.0

Uses of Package
java.awt.dnd

Packages that use java.awt.dnd
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
java.awt.dnd Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI. 
 

Classes in java.awt.dnd used by java.awt
InvalidDnDOperationException
          This exception is thrown by various methods in the java.awt.dnd package.
 

Classes in java.awt.dnd used by java.awt.dnd
DragGestureRecognizer
          The DragGestureRecognizer is an abstract base class for the specification of a platform-dependent listener that can be associated with a particular Component in order to identify platform-dependent drag initiating gestures.
DragSourceEvent
          This class is the base class for DragSourceDragEvent and DragSourceDropEvent.
DragSourceListener
          The DragSourceListener defines the event interface for originators of Drag and Drop operations to track the state of the user's gesture, and to provide appropriate "drag over" feedback to the user throughout the Drag and Drop operation.
DragSourceMotionListener
          A listener interface for receiving mouse motion events during a drag operation.
DropTargetEvent
          The DropTargetEvent is the base class for both the DropTargetDragEvent and the DropTargetDropEvent.
DropTargetListener
          The DropTargetListener interface is the callback interface used by the DropTarget class to provide notification of DnD operations that involve the subject DropTarget.
InvalidDnDOperationException
          This exception is thrown by various methods in the java.awt.dnd package.
 


JavaTM 2 Platform
Std. Ed. v1.4.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.