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
-
Method Summary
Modifier and TypeMethodDescriptionprotected CompletionContext
protected CompletionProvider
protected void
Install or uninstall hooks to listen to the project compilation and loadprotected void
Methods 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:
createProvider
in classAbstractAutoCompletor
-
createCompletionContext
protected CompletionContext createCompletionContext(AutoCompletableTextArea tc, RegistryContext reg) - Specified by:
createCompletionContext
in classAbstractAutoCompletor
-
installHooks
protected void installHooks()Description copied from class:AbstractAutoCompletor
Install or uninstall hooks to listen to the project compilation and load- Specified by:
installHooks
in classAbstractAutoCompletor
-
uninstallHooks
protected void uninstallHooks()- Specified by:
uninstallHooks
in classAbstractAutoCompletor
-