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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
A base class for completion providers.class
A completion provider that do not manage the completion itself.class
A 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()class
A basic completion provider implementation.