Package jadx.gui.ui.action
Class CodeAreaAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jadx.gui.utils.ui.ActionHandler
-
- jadx.gui.ui.action.JadxGuiAction
-
- jadx.gui.ui.action.CodeAreaAction
-
- All Implemented Interfaces:
IShortcutAction,java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Direct Known Subclasses:
CommentAction,CommentSearchAction,JNodeAction
public class CodeAreaAction extends JadxGuiAction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CodeAreaAction(ActionModel actionModel, CodeArea codeArea)CodeAreaAction(java.lang.String id, CodeArea codeArea)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()-
Methods inherited from class jadx.gui.ui.action.JadxGuiAction
actionPerformed, 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
-
-
-
-
Field Detail
-
codeArea
protected transient CodeArea codeArea
-
-
Constructor Detail
-
CodeAreaAction
public CodeAreaAction(ActionModel actionModel, CodeArea codeArea)
-
CodeAreaAction
public CodeAreaAction(java.lang.String id, CodeArea codeArea)
-
-