Package ghidra.feature.vt.gui.actions
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
Modifier and TypeFieldDescriptionprotected 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
ConstructorDescriptionCreateManualMatchAndAcceptAndApplyAction
(VTController controller) Creates a manual match action that also does an apply of that match. -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
ICON
-
MENU_GROUP
- See Also:
-
controller
-
-
Constructor Details
-
CreateManualMatchAndAcceptAndApplyAction
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 interfacedocking.action.DockingActionIf
- Specified by:
actionPerformed
in classdocking.action.DockingAction
-
isEnabledForContext
public boolean isEnabledForContext(docking.ActionContext context) - Specified by:
isEnabledForContext
in interfacedocking.action.DockingActionIf
- Overrides:
isEnabledForContext
in classdocking.action.DockingAction
-
isAddToPopup
public boolean isAddToPopup(docking.ActionContext context) - Specified by:
isAddToPopup
in interfacedocking.action.DockingActionIf
- Overrides:
isAddToPopup
in classdocking.action.DockingAction
-