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
FieldsFields inherited from interface DockingActionIf
DESCRIPTION_PROPERTY, ENABLEMENT_PROPERTY, GLOBALCONTEXT_PROPERTY, KEYBINDING_DATA_PROPERTY, MENUBAR_DATA_PROPERTY, POPUP_MENU_DATA_PROPERTY, TOOLBAR_DATA_PROPERTY -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractFindReferencesToAddressAction(PluginTool tool, String owner) -
Method Summary
Modifier and TypeMethodDescriptionvoidactionPerformed(NavigatableActionContext context) protected ProgramLocationgetLocation(NavigatableActionContext context) protected booleanMethods inherited from class NavigatableContextAction
actionPerformed, isAddToPopup, isAddToPopup, isEnabledForContext, isValidContextMethods inherited from class 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, setDefaultKeyBindingData, setDescription, setEnabled, setHelpLocation, setKeyBindingData, setMenuBarData, setPopupMenuData, setToolBarData, setUnvalidatedKeyBindingData, shouldAddToWindow, supportsDefaultContext, toString, validContextWhenMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface DockingActionIf
createMenuComponent, getOwnerDescription
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
AbstractFindReferencesToAddressAction
-
-
Method Details