Package ghidra.app.util.viewer.field
Interface AnnotatedMouseHandler
-
public interface AnnotatedMouseHandlerAn interface for handling mouse clicks onAnnotatedTextFieldElements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhandleMouseClick(ProgramLocation location, java.awt.event.MouseEvent mouseEvent, ServiceProvider serviceProvider)Handles a mouse click for the given program location on anAnnotatedTextFieldElement.
-
-
-
Method Detail
-
handleMouseClick
boolean handleMouseClick(ProgramLocation location, java.awt.event.MouseEvent mouseEvent, ServiceProvider serviceProvider)
Handles a mouse click for the given program location on anAnnotatedTextFieldElement.- Parameters:
location- The program location for the clickmouseEvent- The mouse event that triggered the mouse clickserviceProvider- 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.
-
-