|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DragGestureRecognizer | |
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 DragGestureRecognizer in java.awt |
Methods in java.awt that return DragGestureRecognizer | |
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 DragGestureRecognizer in java.awt.dnd |
Subclasses of DragGestureRecognizer in java.awt.dnd | |
class |
MouseDragGestureRecognizer
This abstract subclass of DragGestureRecognizer defines a DragGestureRecognizer for Mouse based gestures. |
Methods in java.awt.dnd that return DragGestureRecognizer | |
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. |
DragGestureRecognizer |
DragGestureEvent.getSourceAsDragGestureRecognizer()
|
Constructors in java.awt.dnd with parameters of type DragGestureRecognizer | |
DragGestureEvent.DragGestureEvent(DragGestureRecognizer dgr,
int act,
Point ori,
List evs)
construct a DragGestureEvent |
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |