Package ghidra.app.merge.tool
Class ViewInstructionDetailsAction
java.lang.Object
docking.action.DockingAction
ghidra.app.context.ListingContextAction
ghidra.app.merge.tool.ViewInstructionDetailsAction
- All Implemented Interfaces:
DockingActionIf
,HelpDescriptor
-
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
ConstructorDescriptionViewInstructionDetailsAction
(ListingMergePanelPlugin listingMergePanelPlugin) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
actionPerformed
(ListingActionContext context) protected boolean
isAddToPopup
(ListingActionContext context) protected boolean
isEnabledForContext
(ListingActionContext context) protected boolean
isValidContext
(ListingActionContext context) Methods inherited from class ghidra.app.context.ListingContextAction
actionPerformed, 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
-
Constructor Details
-
ViewInstructionDetailsAction
-
-
Method Details
-
isValidContext
- Overrides:
isValidContext
in classListingContextAction
-
isEnabledForContext
- Overrides:
isEnabledForContext
in classListingContextAction
-
isAddToPopup
- Overrides:
isAddToPopup
in classListingContextAction
-
actionPerformed
- Overrides:
actionPerformed
in classListingContextAction
-