Class MainFrameComponentFactory.BugSummaryMouseListener

java.lang.Object
java.awt.event.MouseAdapter
edu.umd.cs.findbugs.gui2.MainFrameComponentFactory.BugSummaryMouseListener
All Implemented Interfaces:
MouseListener, MouseMotionListener, MouseWheelListener, EventListener
Enclosing class:
MainFrameComponentFactory

private class MainFrameComponentFactory.BugSummaryMouseListener extends MouseAdapter
Listens for when cursor is over the label and when it is clicked. When the cursor is over the label will make the label text blue and the cursor the hand cursor. When clicked will take the user to the source code tab and to the lines of code connected to the SourceLineAnnotation.