|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.event.MouseInputAdapter
apollo.gui.detailviewers.sequencealigner.ResultMouseListener
public class ResultMouseListener
| Constructor Summary | |
|---|---|
ResultMouseListener(MultiTierPanel panel,
GuiCurationState curationState)
Constructor |
|
| Method Summary | |
|---|---|
AnnotationEditor |
getAnnotationEditor()
Gets the annotation editor. |
int |
getBasepair()
|
MultiSequenceAlignerPanel |
getMultiSequenceAlignerPanel()
Gets the scrollable object that will be affected |
int |
getPos()
Gets the current (pixel) position |
int |
getTier()
Gets the current tier |
void |
mouseClicked(java.awt.event.MouseEvent e)
Handles the mouse click events Middle mouse scrolls to where clicked Left mouse selects a feature Right mouse brings up popup menu |
void |
mouseMoved(java.awt.event.MouseEvent e)
Pops up insertions when moused over, removes when gone |
void |
setMultiSequenceAlignerPanel(MultiSequenceAlignerPanel multiSequenceAlignerPanel)
|
| Methods inherited from class javax.swing.event.MouseInputAdapter |
|---|
mouseDragged, mouseEntered, mouseExited, mousePressed, mouseReleased |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultMouseListener(MultiTierPanel panel,
GuiCurationState curationState)
panel - curationState - | Method Detail |
|---|
public AnnotationEditor getAnnotationEditor()
public int getPos()
public int getTier()
public int getBasepair()
public MultiSequenceAlignerPanel getMultiSequenceAlignerPanel()
public void setMultiSequenceAlignerPanel(MultiSequenceAlignerPanel multiSequenceAlignerPanel)
public void mouseMoved(java.awt.event.MouseEvent e)
mouseMoved in interface java.awt.event.MouseMotionListenermouseMoved in class javax.swing.event.MouseInputAdapterpublic void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked in interface java.awt.event.MouseListenermouseClicked in class javax.swing.event.MouseInputAdapter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||