Class CreateManualMatchAndAcceptAndApplyAction

java.lang.Object
docking.action.DockingAction
ghidra.feature.vt.gui.actions.CreateManualMatchAndAcceptAndApplyAction
All Implemented Interfaces:
docking.action.DockingActionIf, help.HelpDescriptor

public class CreateManualMatchAndAcceptAndApplyAction extends docking.action.DockingAction
Action that creates a manual match for the currently selected source and destination functions in the function association tables and then applies the match.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final VTController
     
    static final Icon
     
    protected static final String
     

    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
    Creates a manual match action that also does an apply of that match.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    actionPerformed(docking.ActionContext context)
     
    boolean
    isAddToPopup(docking.ActionContext context)
     
    boolean
    isEnabledForContext(docking.ActionContext context)
     

    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, isValidContext, 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
  • Field Details

  • Constructor Details

    • CreateManualMatchAndAcceptAndApplyAction

      public CreateManualMatchAndAcceptAndApplyAction(VTController controller)
      Creates a manual match action that also does an apply of that match.
      Parameters:
      controller - the controller for the version tracking session.
  • Method Details

    • actionPerformed

      public void actionPerformed(docking.ActionContext context)
      Specified by:
      actionPerformed in interface docking.action.DockingActionIf
      Specified by:
      actionPerformed in class docking.action.DockingAction
    • isEnabledForContext

      public boolean isEnabledForContext(docking.ActionContext context)
      Specified by:
      isEnabledForContext in interface docking.action.DockingActionIf
      Overrides:
      isEnabledForContext in class docking.action.DockingAction
    • isAddToPopup

      public boolean isAddToPopup(docking.ActionContext context)
      Specified by:
      isAddToPopup in interface docking.action.DockingActionIf
      Overrides:
      isAddToPopup in class docking.action.DockingAction