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
public class ViewInstructionDetailsAction extends ListingContextAction
-
-
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
Constructors Constructor Description ViewInstructionDetailsAction(ListingMergePanelPlugin listingMergePanelPlugin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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, shouldAddToWindow
-
Methods inherited from class docking.action.DockingAction
addPropertyChangeListener, createButton, createMenuItem, dispose, doCreateButton, doCreateMenuItem, firePropertyChanged, getDefaultKeyBindingData, getDescription, getFullName, getHelpInfo, getHelpObject, getInceptionFromTheFirstClassThatIsNotUs, getInceptionInformation, getKeyBinding, getKeyBindingData, getKeyBindingType, getMenuBarData, getName, getOwner, getPopupMenuData, getPreferredKeyBindingType, getToolBarData, isEnabled, isValidGlobalContext, markHelpUnnecessary, removePropertyChangeListener, setDescription, setEnabled, setHelpLocation, setKeyBindingData, setMenuBarData, setPopupMenuData, setToolBarData, setUnvalidatedKeyBindingData, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface docking.action.DockingActionIf
getOwnerDescription
-
-
-
-
Constructor Detail
-
ViewInstructionDetailsAction
public ViewInstructionDetailsAction(ListingMergePanelPlugin listingMergePanelPlugin)
-
-
Method Detail
-
isValidContext
protected boolean isValidContext(ListingActionContext context)
- Overrides:
isValidContext
in classListingContextAction
-
isEnabledForContext
protected boolean isEnabledForContext(ListingActionContext context)
- Overrides:
isEnabledForContext
in classListingContextAction
-
isAddToPopup
protected boolean isAddToPopup(ListingActionContext context)
- Overrides:
isAddToPopup
in classListingContextAction
-
actionPerformed
protected void actionPerformed(ListingActionContext context)
- Overrides:
actionPerformed
in classListingContextAction
-
-