Package ghidra.app.util.viewer.field
Interface AnnotatedMouseHandler
public interface AnnotatedMouseHandler
An interface for handling mouse clicks on 
AnnotatedTextFieldElements.- 
Method SummaryModifier and TypeMethodDescriptionbooleanhandleMouseClick(ProgramLocation location, MouseEvent mouseEvent, ServiceProvider serviceProvider) Handles a mouse click for the given program location on anAnnotatedTextFieldElement.
- 
Method Details- 
handleMouseClickboolean handleMouseClick(ProgramLocation location, MouseEvent mouseEvent, ServiceProvider serviceProvider) Handles a mouse click for the given program location on anAnnotatedTextFieldElement.- Parameters:
- location- The program location for the click
- mouseEvent- The mouse event that triggered the mouse click
- serviceProvider- A service provider used to access system services while processing the mouse click
- Returns:
- true if the handler wants to be the only handler processing the click.
 
 
-