Class MultipleAligPanelMouseMotionListener
java.lang.Object
org.biojava.nbio.structure.align.gui.aligpanel.MultipleAligPanelMouseMotionListener
- All Implemented Interfaces:
MouseListener,MouseMotionListener,EventListener
public class MultipleAligPanelMouseMotionListener
extends Object
implements MouseMotionListener, MouseListener
Mouse Motion Listener for the
MultipleAligPanel,
which provides methods to obtain positions of the mouse
and connect them to the sequence alignment positions using
the information in MultipleAlignmentCoordManager.- Author:
- Aleix Lafita
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddestroy()voidvoidvoidvoidvoidvoidvoidvoidtriggerSelectionLocked(boolean b)
-
Constructor Details
-
MultipleAligPanelMouseMotionListener
-
-
Method Details
-
addAligPosListener
-
mouseDragged
- Specified by:
mouseDraggedin interfaceMouseMotionListener
-
triggerSelectionLocked
public void triggerSelectionLocked(boolean b) -
mouseMoved
- Specified by:
mouseMovedin interfaceMouseMotionListener
-
destroy
public void destroy() -
mouseClicked
- Specified by:
mouseClickedin interfaceMouseListener
-
mouseEntered
- Specified by:
mouseEnteredin interfaceMouseListener
-
mouseExited
- Specified by:
mouseExitedin interfaceMouseListener
-
mousePressed
- Specified by:
mousePressedin interfaceMouseListener
-
mouseReleased
- Specified by:
mouseReleasedin interfaceMouseListener
-