Package ghidra.app.actions
Class AbstractFindReferencesToAddressAction
java.lang.Object
docking.action.DockingAction
ghidra.app.context.NavigatableContextAction
ghidra.app.actions.AbstractFindReferencesToAddressAction
- All Implemented Interfaces:
DockingActionIf
,HelpDescriptor
Only shows addresses to the code unit at the address for the current context. This differs
from the normal 'find references' action in that it will find references by inspecting
context for more information, potentially searching for more than just direct references to
the code unit at the current address.
-
Field Summary
Fields inherited from interface docking.action.DockingActionIf
DESCRIPTION_PROPERTY, ENABLEMENT_PROPERTY, GLOBALCONTEXT_PROPERTY, KEYBINDING_DATA_PROPERTY, MENUBAR_DATA_PROPERTY, POPUP_MENU_DATA_PROPERTY, TOOLBAR_DATA_PROPERTY
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractFindReferencesToAddressAction
(PluginTool tool, String owner) -
Method Summary
Modifier and TypeMethodDescriptionvoid
actionPerformed
(NavigatableActionContext context) protected ProgramLocation
getLocation
(NavigatableActionContext context) protected boolean
Methods inherited from class ghidra.app.context.NavigatableContextAction
actionPerformed, isAddToPopup, isAddToPopup, isEnabledForContext, isValidContext
Methods inherited from class docking.action.DockingAction
addPropertyChangeListener, addToWindowWhen, createButton, createMenuItem, dispose, doCreateButton, doCreateMenuItem, enabledWhen, firePropertyChanged, getContextClass, getDefaultKeyBindingData, getDescription, getFullName, getHelpInfo, getHelpLocation, getHelpObject, getInceptionFromTheFirstClassThatIsNotUsOrABuilder, getInceptionInformation, getKeyBinding, getKeyBindingData, getKeyBindingType, getMenuBarData, getName, getOwner, getPopupMenuData, getPreferredKeyBindingType, getToolBarData, isEnabled, markHelpUnnecessary, popupWhen, removePropertyChangeListener, setAddToAllWindows, setContextClass, setDescription, setEnabled, setHelpLocation, setKeyBindingData, setMenuBarData, setPopupMenuData, setToolBarData, setUnvalidatedKeyBindingData, shouldAddToWindow, supportsDefaultContext, toString, validContextWhen
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface docking.action.DockingActionIf
createMenuComponent, getOwnerDescription
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
AbstractFindReferencesToAddressAction
-
-
Method Details