Package jadx.gui.ui.action
Interface IShortcutAction
-
- All Known Implementing Classes:
CodeAreaAction,CommentAction,CommentSearchAction,FindUsageAction,FridaAction,GoToDeclarationAction,JadxAutoCompletion,JadxGuiAction,JNodeAction,JsonPrettifyAction,RenameAction,UsageDialogPlusAction
public interface IShortcutAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionModelgetActionModel()javax.swing.JComponentgetShortcutComponent()voidperformAction()voidsetShortcut(Shortcut shortcut)
-
-
-
Method Detail
-
getActionModel
ActionModel getActionModel()
-
getShortcutComponent
javax.swing.JComponent getShortcutComponent()
-
performAction
void performAction()
-
setShortcut
void setShortcut(Shortcut shortcut)
-
-