|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.gui.library.DragSourceListener
This class handles the generation of a drag event from the dragging source. It is specialized to handle dragging and dropping within the library.
Method Summary | |
void |
mouseClicked(java.awt.event.MouseEvent e)
Not used. |
void |
mouseDragged(java.awt.event.MouseEvent e)
Called when the mouse is dragged. |
void |
mouseEntered(java.awt.event.MouseEvent e)
Called when the mouse enters whatever component that has added this class as a listener. |
void |
mouseExited(java.awt.event.MouseEvent e)
Called when the mouse has "exited" the component that this listener is attached to. |
void |
mouseMoved(java.awt.event.MouseEvent e)
Implements the mouseInputListener interface. |
void |
mousePressed(java.awt.event.MouseEvent e)
Handles resetting the current upper and lower row bounding variables for accurately handling row selection. |
void |
mouseReleased(java.awt.event.MouseEvent e)
Called when the mouse is released. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void mousePressed(java.awt.event.MouseEvent e)
mousePressed
in interface java.awt.event.MouseListener
e
- the MouseEvent instance containing data about
the mouse presspublic void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased
in interface java.awt.event.MouseListener
e
- the MouseEvent instance containing data about
the mouse releasepublic void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked
in interface java.awt.event.MouseListener
e
- the MouseEvent instance containing data about
the mouse clickpublic void mouseEntered(java.awt.event.MouseEvent e)
mouseEntered
in interface java.awt.event.MouseListener
e
- the MouseEvent instance containing data about
the mouse entering the Componentpublic void mouseExited(java.awt.event.MouseEvent e)
mouseExited
in interface java.awt.event.MouseListener
e
- the MouseEvent instance containing data about
the mouse exiting the Componentpublic void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged
in interface java.awt.event.MouseMotionListener
e
- the MouseEvent instance containing data about
the mouse draggingpublic void mouseMoved(java.awt.event.MouseEvent e)
mouseMoved
in interface java.awt.event.MouseMotionListener
e
- the MouseEvent instance containing data about
the mouse moving
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |