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 DockingActionIf
DESCRIPTION_PROPERTY, ENABLEMENT_PROPERTY, GLOBALCONTEXT_PROPERTY, KEYBINDING_DATA_PROPERTY, MENUBAR_DATA_PROPERTY, POPUP_MENU_DATA_PROPERTY, TOOLBAR_DATA_PROPERTY -
Constructor Summary
ConstructorsConstructorDescriptionViewInstructionDetailsAction(ListingMergePanelPlugin listingMergePanelPlugin) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactionPerformed(ListingActionContext context) protected booleanisAddToPopup(ListingActionContext context) protected booleanisEnabledForContext(ListingActionContext context) protected booleanisValidContext(ListingActionContext context) Methods inherited from class ListingContextAction
actionPerformed, 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
-
Constructor Details
-
ViewInstructionDetailsAction
-
-
Method Details
-
isValidContext
- Overrides:
isValidContextin classListingContextAction
-
isEnabledForContext
- Overrides:
isEnabledForContextin classListingContextAction
-
isAddToPopup
- Overrides:
isAddToPopupin classListingContextAction
-
actionPerformed
- Overrides:
actionPerformedin classListingContextAction
-