Package jadx.gui.ui.action
Class JadxAutoCompletion
- java.lang.Object
-
- org.fife.ui.autocomplete.AutoCompletion
-
- jadx.gui.ui.action.JadxAutoCompletion
-
- All Implemented Interfaces:
IShortcutAction
public class JadxAutoCompletion extends org.fife.ui.autocomplete.AutoCompletion implements IShortcutAction
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOMMAND
-
Constructor Summary
Constructors Constructor Description JadxAutoCompletion(org.fife.ui.autocomplete.CompletionProvider provider)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionModelgetActionModel()javax.swing.JComponentgetShortcutComponent()voidperformAction()voidsetShortcut(Shortcut shortcut)-
Methods inherited from class org.fife.ui.autocomplete.AutoCompletion
addAutoCompletionListener, createAutoCompleteAction, doCompletion, fireAutoCompletionEvent, getAutoActivationDelay, getAutoCompleteSingleChoices, getCompletionProvider, getDefaultTriggerKey, getDescWindowColor, getExternalURLHandler, getLinkRedirector, getListCellRenderer, getParamChoicesRenderer, getParameterDescriptionTruncateThreshold, getReplacementText, getShowDescWindow, getStyleContext, getTextComponent, getTriggerKey, hideChildWindows, hidePopupWindow, insertCompletion, insertCompletion, install, isAutoActivationEnabled, isAutoCompleteEnabled, isHideOnCompletionProviderChange, isHideOnNoText, isParameterAssistanceEnabled, isPopupVisible, refreshPopupWindow, removeAutoCompletionListener, setAutoActivationDelay, setAutoActivationEnabled, setAutoCompleteEnabled, setAutoCompleteSingleChoices, setChoicesWindowSize, setCompletionProvider, setDescriptionWindowColor, setDescriptionWindowSize, setExternalURLHandler, setHideOnCompletionProviderChange, setHideOnNoText, setLinkRedirector, setListCellRenderer, setParamChoicesRenderer, setParameterAssistanceEnabled, setParameterDescriptionTruncateThreshold, setPopupVisible, setShowDescWindow, setTriggerKey, uninstall
-
-
-
-
Field Detail
-
COMMAND
public static final java.lang.String COMMAND
- See Also:
- Constant Field Values
-
-
Method Detail
-
getActionModel
public ActionModel getActionModel()
- Specified by:
getActionModelin interfaceIShortcutAction
-
getShortcutComponent
public javax.swing.JComponent getShortcutComponent()
- Specified by:
getShortcutComponentin interfaceIShortcutAction
-
performAction
public void performAction()
- Specified by:
performActionin interfaceIShortcutAction
-
setShortcut
public void setShortcut(Shortcut shortcut)
- Specified by:
setShortcutin interfaceIShortcutAction
-
-