Java Platform 1.2

Uses of Interface
java.awt.dnd.DragGestureListener

Packages that use DragGestureListener
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 DragGestureListener in java.awt
 

Methods in java.awt with parameters of type DragGestureListener
 DragGestureRecognizer Toolkit.createDragGestureRecognizer(Class abstractRecognizerClass, DragSource ds, Component c, int srcActions, DragGestureListener dgl)
          create a concrete, platform dependent, subclass of the abstract DragGestureRecognizer class requested, and associate it with the DragSource, Component and DragGestureListener specified subclasses should override this to provide their own implementation
 

Uses of DragGestureListener in java.awt.dnd
 

Fields in java.awt.dnd declared as DragGestureListener
protected  DragGestureListener DragGestureRecognizer.dragGestureListener
           
 

Methods in java.awt.dnd with parameters of type DragGestureListener
 DragGestureRecognizer DragSource.createDragGestureRecognizer(Class recognizerAbstractClass, Component c, int actions, DragGestureListener dgl)
          Creates a new DragSourceRecognizer that implements the specified abstract subclass of DragGestureRecognizer, and sets the specified Component and DragGestureListener on the newly created object.
 DragGestureRecognizer DragSource.createDefaultDragGestureRecognizer(Component c, int actions, DragGestureListener dgl)
          Creates a new DragSourceRecognizer that implements the default abstract subclass of DragGestureRecognizer for this DragSource, and sets the specified Component and DragGestureListener on the newly created object.
 void DragGestureRecognizer.addDragGestureListener(DragGestureListener dgl)
          register a new DragGestureListener
 void DragGestureRecognizer.removeDragGestureListener(DragGestureListener dgl)
          unregister the current DragGestureListener
 

Constructors in java.awt.dnd with parameters of type DragGestureListener
DragGestureRecognizer.DragGestureRecognizer(DragSource ds, Component c, int sa, DragGestureListener dgl)
          construct a new DragGestureRecognizer
MouseDragGestureRecognizer.MouseDragGestureRecognizer(DragSource ds, Component c, int act, DragGestureListener dgl)
          construct a new MouseDragGestureRecognizer
 


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.