| java.awt.dnd.MouseDragGestureRecognizer sun.awt.motif.MMouseDragGestureRecognizer
ButtonMask | final protected static int ButtonMask(Code) | | |
motionThreshold | protected static int motionThreshold(Code) | | |
MMouseDragGestureRecognizer | protected MMouseDragGestureRecognizer(DragSource ds, Component c, int act, DragGestureListener dgl)(Code) | | construct a new MMouseDragGestureRecognizer
Parameters: ds - The DragSource for the Component c Parameters: c - The Component to observe Parameters: act - The actions permitted for this Drag Parameters: dgl - The DragGestureRecognizer to notify when a gesture is detected |
MMouseDragGestureRecognizer | protected MMouseDragGestureRecognizer(DragSource ds, Component c, int act)(Code) | | construct a new MMouseDragGestureRecognizer
Parameters: ds - The DragSource for the Component c Parameters: c - The Component to observe Parameters: act - The actions permitted for this Drag |
MMouseDragGestureRecognizer | protected MMouseDragGestureRecognizer(DragSource ds, Component c)(Code) | | construct a new MMouseDragGestureRecognizer
Parameters: ds - The DragSource for the Component c Parameters: c - The Component to observe |
MMouseDragGestureRecognizer | protected MMouseDragGestureRecognizer(DragSource ds)(Code) | | construct a new MMouseDragGestureRecognizer
Parameters: ds - The DragSource for the Component c |
mapDragOperationFromModifiers | protected int mapDragOperationFromModifiers(MouseEvent e)(Code) | | determine the drop action from the event
|
mouseClicked | public void mouseClicked(MouseEvent e)(Code) | | Invoked when the mouse has been clicked on a component.
|
mouseDragged | public void mouseDragged(MouseEvent e)(Code) | | Invoked when a mouse button is pressed on a component.
|
mouseEntered | public void mouseEntered(MouseEvent e)(Code) | | Invoked when the mouse enters a component.
|
mouseExited | public void mouseExited(MouseEvent e)(Code) | | Invoked when the mouse exits a component.
|
mouseMoved | public void mouseMoved(MouseEvent e)(Code) | | Invoked when the mouse button has been moved on a component
(with no buttons no down).
|
mousePressed | public void mousePressed(MouseEvent e)(Code) | | Invoked when a mouse button has been pressed on a component.
|
mouseReleased | public void mouseReleased(MouseEvent e)(Code) | | Invoked when a mouse button has been released on a component.
|
|
|