java.awt.dnd
public abstract class MouseDragGestureRecognizer extends DragGestureRecognizer implements MouseListener, MouseMotionListener
| Constructor Summary | |
|---|---|
| protected | MouseDragGestureRecognizer(DragSource ds, Component c, int act, DragGestureListener dgl)
Creates a MouseDragGestureRecognizer object. |
| protected | MouseDragGestureRecognizer(DragSource ds, Component c, int act)
Creates a MouseDragGestureRecognizer object. |
| protected | MouseDragGestureRecognizer(DragSource ds, Component c)
Creates a MouseDragGestureRecognizer object. |
| protected | MouseDragGestureRecognizer(DragSource ds)
Creates a MouseDragGestureRecognizer object. |
| Method Summary | |
|---|---|
| void | mouseClicked(MouseEvent e) |
| void | mouseDragged(MouseEvent e) |
| void | mouseEntered(MouseEvent e) |
| void | mouseExited(MouseEvent e) |
| void | mouseMoved(MouseEvent e) |
| void | mousePressed(MouseEvent e) |
| void | mouseReleased(MouseEvent e) |
| protected void | registerListeners() |
| protected void | unregisterListeners() |
MouseDragGestureRecognizer object.MouseDragGestureRecognizer object.MouseDragGestureRecognizer object.MouseDragGestureRecognizer object.