Package ghidra.app.util.viewer.field
Class AnnotatedStringFieldMouseHandler
java.lang.Object
ghidra.app.util.viewer.field.AnnotatedStringFieldMouseHandler
- All Implemented Interfaces:
 FieldMouseHandler,FieldMouseHandlerExtension,ExtensionPoint
A handler to process 
AnnotatedTextFieldElement clicks.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanfieldElementClicked(Object clickedObject, Navigatable sourceNavigatable, ProgramLocation location, MouseEvent mouseEvent, ServiceProvider serviceProvider) Called when a fieldFieldhas been clicked.Class<?>[]Returns an array of types that this handler wishes to handle. 
- 
Constructor Details
- 
AnnotatedStringFieldMouseHandler
public AnnotatedStringFieldMouseHandler() 
 - 
 - 
Method Details
- 
getSupportedProgramLocations
Description copied from interface:FieldMouseHandlerReturns an array of types that this handler wishes to handle.- Specified by:
 getSupportedProgramLocationsin interfaceFieldMouseHandler- Returns:
 - an array of types that this handler wishes to handle.