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 voidactionPerformed(ListingActionContext context)protected booleanisAddToPopup(ListingActionContext context)protected booleanisEnabledForContext(ListingActionContext context)protected booleanisValidContext(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, getDefaultKeyBindingData, getDescription, getFullName, getHelpInfo, getHelpObject, getInceptionFromTheFirstClassThatIsNotUsOrABuilder, getInceptionInformation, getKeyBinding, getKeyBindingData, getKeyBindingType, getMenuBarData, getName, getOwner, getPopupMenuData, getPreferredKeyBindingType, getToolBarData, isEnabled, markHelpUnnecessary, popupWhen, removePropertyChangeListener, setAddToAllWindows, setDescription, setEnabled, setHelpLocation, setKeyBindingData, setMenuBarData, setPopupMenuData, setSupportsDefaultToolContext, setToolBarData, setUnvalidatedKeyBindingData, shouldAddToWindow, supportsDefaultToolContext, 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
getOwnerDescription 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ViewInstructionDetailsAction
public ViewInstructionDetailsAction(ListingMergePanelPlugin listingMergePanelPlugin)
 
 - 
 
- 
Method Detail
- 
isValidContext
protected boolean isValidContext(ListingActionContext context)
- Overrides:
 isValidContextin classListingContextAction
 
- 
isEnabledForContext
protected boolean isEnabledForContext(ListingActionContext context)
- Overrides:
 isEnabledForContextin classListingContextAction
 
- 
isAddToPopup
protected boolean isAddToPopup(ListingActionContext context)
- Overrides:
 isAddToPopupin classListingContextAction
 
- 
actionPerformed
protected void actionPerformed(ListingActionContext context)
- Overrides:
 actionPerformedin classListingContextAction
 
 - 
 
 -