Uses of Class
de.grogra.pf.ui.autocomplete.impl.CompletionProviderBase
Packages that use CompletionProviderBase
-
Uses of CompletionProviderBase in de.grogra.autocompletors
Subclasses of CompletionProviderBase in de.grogra.autocompletorsModifier and TypeClassDescriptionclassA completion provider for a xl or rgg context. -
Uses of CompletionProviderBase in de.grogra.pf.ui.autocomplete.impl
Subclasses of CompletionProviderBase in de.grogra.pf.ui.autocomplete.implModifier and TypeClassDescriptionclassA base class for completion providers.classA 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.