Package jadx.gui.ui.action
Class FridaAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jadx.gui.utils.ui.ActionHandler
-
- jadx.gui.ui.action.JadxGuiAction
-
- jadx.gui.ui.action.CodeAreaAction
-
- jadx.gui.ui.action.JNodeAction
-
- jadx.gui.ui.action.FridaAction
-
- All Implemented Interfaces:
IShortcutAction,java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public final class FridaAction extends JNodeAction
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class jadx.gui.ui.action.CodeAreaAction
codeArea
-
-
Constructor Summary
Constructors Constructor Description FridaAction(CodeArea codeArea)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisActionEnabled(JNode node)java.lang.BooleanisOverloaded(jadx.core.dex.nodes.MethodNode methodNode)voidrunAction(JNode node)-
Methods inherited from class jadx.gui.ui.action.JNodeAction
actionPerformed, changeNode, dispose, getCodeArea
-
Methods inherited from class jadx.gui.ui.action.JadxGuiAction
getActionModel, getShortcutComponent, isSource, performAction, setKeyBinding, setShortcut, setShortcutComponent, toString
-
Methods inherited from class jadx.gui.utils.ui.ActionHandler
addKeyBindToDescription, attachKeyBindingFor, makeButton, makeCheckBoxMenuItem, makeToggleButton, setIcon, setName, setNameAndDesc, setSelected, setShortDescription, withNameAndDesc
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
FridaAction
public FridaAction(CodeArea codeArea)
-
-
Method Detail
-
runAction
public void runAction(JNode node)
- Specified by:
runActionin classJNodeAction
-
isActionEnabled
public boolean isActionEnabled(JNode node)
- Overrides:
isActionEnabledin classJNodeAction
-
isOverloaded
public java.lang.Boolean isOverloaded(jadx.core.dex.nodes.MethodNode methodNode)
-
-