AbstractFindReferencesToAddressAction

Package: ghidra.app.actions
Type: class

12.1_PUBLIC

addedmethod: actionPerformed
void actionPerformed(docking.ActionContext context)
addedmethod: isEnabledForContext
boolean isEnabledForContext(docking.ActionContext context)
addedmethod: isMyNavigatable
boolean isMyNavigatable(ghidra.app.context.NavigatableActionContext context)
modifiedtype-extends: AbstractFindReferencesToAddressAction
- ghidra.app.context.NavigatableContextAction
+ docking.action.DockingAction
removedmethod: actionPerformed
void actionPerformed(ghidra.app.context.NavigatableActionContext context)
removedmethod: getLocation
ghidra.program.util.ProgramLocation getLocation(ghidra.app.context.NavigatableActionContext context)
removedmethod: isEnabledForContext
boolean isEnabledForContext(ghidra.app.context.NavigatableActionContext context)

9.1_PUBLIC

introducedInitial version