Package ghidra.app.util.viewer.field
Class FunctionRepeatableCommentFieldMouseHandler
java.lang.Object
ghidra.app.util.viewer.field.CommentFieldMouseHandler
ghidra.app.util.viewer.field.FunctionRepeatableCommentFieldMouseHandler
- All Implemented Interfaces:
FieldMouseHandler,FieldMouseHandlerExtension,ExtensionPoint
A handler to process
FunctionRepeatableCommentFieldLocation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfieldElementClicked(Object clickedObject, Navigatable sourceNavigatable, ProgramLocation location, MouseEvent mouseEvent, ServiceProvider serviceProvider) Called when a fieldFieldhas been clicked.protected String[]getComment(ProgramLocation programLocation) protected intgetCommentColumn(ProgramLocation programLocation) protected intgetCommentRow(ProgramLocation programLocation) Class<?>[]Returns an array of types that this handler wishes to handle.Methods inherited from class ghidra.app.util.viewer.field.CommentFieldMouseHandler
checkWord
-
Constructor Details
-
FunctionRepeatableCommentFieldMouseHandler
public FunctionRepeatableCommentFieldMouseHandler()
-
-
Method Details
-
getCommentRow
- Overrides:
getCommentRowin classCommentFieldMouseHandler
-
getCommentColumn
- Overrides:
getCommentColumnin classCommentFieldMouseHandler
-
getComment
- Overrides:
getCommentin classCommentFieldMouseHandler
-
getSupportedProgramLocations
Description copied from interface:FieldMouseHandlerReturns an array of types that this handler wishes to handle.- Specified by:
getSupportedProgramLocationsin interfaceFieldMouseHandler- Overrides:
getSupportedProgramLocationsin classCommentFieldMouseHandler- Returns:
- an array of types that this handler wishes to handle.