Class FillOutClassAction
java.lang.Object
docking.action.DockingAction
ghidra.app.plugin.core.decompile.actions.AbstractDecompilerAction
ghidra.app.plugin.core.decompile.actions.AbstractNonPackageDecompilerAction
cppclassanalyzer.decompiler.action.FillOutClassAction
- All Implemented Interfaces:
DockingActionIf,HelpDescriptor
public class FillOutClassAction extends AbstractNonPackageDecompilerAction
-
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 FillOutClassAction(ClassTypeInfoManagerPlugin plugin) -
Method Summary
Modifier and Type Method Description protected voiddecompilerActionPerformed(ghidra.app.plugin.core.decompile.DecompilerActionContext context)protected booleanisEnabledForDecompilerContext(ghidra.app.plugin.core.decompile.DecompilerActionContext context)Methods inherited from class ghidra.app.plugin.core.decompile.actions.AbstractDecompilerAction
actionPerformed, checkFullCommit, chooseDataType, findHighSymbolFromToken, getStructDataType, isEnabledForContext, isValidContextMethods 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, isAddToPopup, isEnabled, markHelpUnnecessary, popupWhen, removePropertyChangeListener, setAddToAllWindows, setDescription, setEnabled, setHelpLocation, setKeyBindingData, setMenuBarData, setPopupMenuData, setSupportsDefaultToolContext, setToolBarData, setUnvalidatedKeyBindingData, shouldAddToWindow, supportsDefaultToolContext, toString, validContextWhenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface docking.action.DockingActionIf
getOwnerDescription
-
Constructor Details
-
FillOutClassAction
-
-
Method Details
-
isEnabledForDecompilerContext
protected boolean isEnabledForDecompilerContext(ghidra.app.plugin.core.decompile.DecompilerActionContext context)- Specified by:
isEnabledForDecompilerContextin classghidra.app.plugin.core.decompile.actions.AbstractDecompilerAction
-
decompilerActionPerformed
protected void decompilerActionPerformed(ghidra.app.plugin.core.decompile.DecompilerActionContext context)- Specified by:
decompilerActionPerformedin classghidra.app.plugin.core.decompile.actions.AbstractDecompilerAction
-