org.biojava.bio.structure.align.gui.aligpanel
Class AligPanelMouseMotionListener
java.lang.Object
org.biojava.bio.structure.align.gui.aligpanel.AligPanelMouseMotionListener
- All Implemented Interfaces:
- MouseListener, MouseMotionListener, EventListener
public class AligPanelMouseMotionListener
- extends Object
- implements MouseMotionListener, MouseListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AligPanelMouseMotionListener
public AligPanelMouseMotionListener(AligPanel parent)
addAligPosListener
public void addAligPosListener(AlignmentPositionListener li)
mouseDragged
public void mouseDragged(MouseEvent e)
- Specified by:
mouseDragged
in interface MouseMotionListener
triggerSelectionLocked
public void triggerSelectionLocked(boolean b)
mouseMoved
public void mouseMoved(MouseEvent e)
- Specified by:
mouseMoved
in interface MouseMotionListener
destroy
public void destroy()
mouseClicked
public void mouseClicked(MouseEvent e)
- Specified by:
mouseClicked
in interface MouseListener
mouseEntered
public void mouseEntered(MouseEvent e)
- Specified by:
mouseEntered
in interface MouseListener
mouseExited
public void mouseExited(MouseEvent e)
- Specified by:
mouseExited
in interface MouseListener
mousePressed
public void mousePressed(MouseEvent e)
- Specified by:
mousePressed
in interface MouseListener
mouseReleased
public void mouseReleased(MouseEvent e)
- Specified by:
mouseReleased
in interface MouseListener