Java Platform 1.2
Beta 4

Uses of Class
java.awt.dnd.DragSource

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

Methods in java.awt with parameters of type DragSource
 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 DragSource in java.awt.dnd
 

Fields in java.awt.dnd declared as DragSource
protected  DragSource DragGestureRecognizer.dragSource
           
 

Methods in java.awt.dnd that return DragSource
static DragSource DragSource.getDefaultDragSource()
           
 DragSource DragGestureEvent.getDragSource()
           
 DragSource DragGestureRecognizer.getDragSource()
           
 DragSource DragSourceContext.getDragSource()
           
 

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


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.