Uses of Class
de.grogra.pf.ui.autocomplete.impl.AbstractCompletionProvider
Packages that use AbstractCompletionProvider
-
Uses of AbstractCompletionProvider in de.grogra.pf.ui.autocomplete.impl
Subclasses of AbstractCompletionProvider in de.grogra.pf.ui.autocomplete.implModifier and TypeClassDescriptionclassA completion provider that do not manage the completion itself.classA completion provider that check the text to the carret position, then, depending on the completioncontext it: if the CompletionContext.getContext() == NEWCLASS: it try to match the ClassCompletion.getName() to the entered text and autocomplete it with the ClassCompletion.getConstructors() if the CompletionContext.getContext() == INCLASS: it try to find match the name of the class with getEnteredClass() if it is not null (a.k.a. a CompletionClass matches) it will complete based on the ClassCompletion.getInternals()classA basic completion provider implementation.Fields in de.grogra.pf.ui.autocomplete.impl declared as AbstractCompletionProviderModifier and TypeFieldDescriptionprotected AbstractCompletionProviderClassCompletion.constructorsProviderprotected AbstractCompletionProviderClassCompletion.internalsProvider