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