java.lang.Object
de.grogra.pf.ui.autocomplete.impl.AbstractAutoCompletor
de.grogra.pf.ui.autocomplete.impl.EmptyAutoCompletor
-
Nested Class Summary
Nested classes/interfaces inherited from class de.grogra.pf.ui.autocomplete.impl.AbstractAutoCompletor
AbstractAutoCompletor.AutoCompleteAction -
Field Summary
Fields inherited from class de.grogra.pf.ui.autocomplete.impl.AbstractAutoCompletor
cc, ICON_CLASS, ICON_FIELD, ICON_INTERFACE, ICON_METHOD, ICON_PACKAGE, ICON_RGG_CLASS, ICON_RGG_FIELD, ICON_RGG_INTERFACE, ICON_RGG_METHOD, ICON_RGG_MODULE, ICON_RGG_STATIC_FIELD, ICON_RGG_STATIC_METHOD, ICON_STATIC_FIELD, ICON_STATIC_METHOD, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CompletionContextprotected CompletionProviderprotected voidInstall or uninstall hooks to listen to the project compilation and loadprotected voidMethods inherited from class de.grogra.pf.ui.autocomplete.impl.AbstractAutoCompletor
addAutoCompletionListener, createAutoCompleteAction, doCompletion, fireAutoCompletionEvent, getAutoActivationDelay, getAutoCompleteSingleChoices, getCompletionContext, getCompletionProvider, getDefaultTriggerKey, getDescWindowColor, getExternalURLHandler, getLinkRedirector, getListCellRenderer, getParamChoicesRenderer, getParameterDescriptionTruncateThreshold, getReplacementText, getShowDescWindow, getStyleContext, getTextComponent, getTriggerKey, getUniqueName, hideChildWindows, hidePopupWindow, initProvider, 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
-
Constructor Details
-
EmptyAutoCompletor
public EmptyAutoCompletor()
-
-
Method Details
-
createProvider
- Specified by:
createProviderin classAbstractAutoCompletor
-
createCompletionContext
protected CompletionContext createCompletionContext(AutoCompletableTextArea tc, RegistryContext reg) - Specified by:
createCompletionContextin classAbstractAutoCompletor
-
installHooks
protected void installHooks()Description copied from class:AbstractAutoCompletorInstall or uninstall hooks to listen to the project compilation and load- Specified by:
installHooksin classAbstractAutoCompletor
-
uninstallHooks
protected void uninstallHooks()- Specified by:
uninstallHooksin classAbstractAutoCompletor
-