public abstract class CompletionConfidence
extends java.lang.Object
Constructor and Description |
---|
CompletionConfidence() |
Modifier and Type | Method and Description |
---|---|
ThreeState |
shouldFocusLookup(CompletionParameters parameters)
Deprecated.
not used anymore, only the user controls whether the lookup will be focused
|
ThreeState |
shouldSkipAutopopup(PsiElement contextElement,
PsiFile psiFile,
int offset)
This method is invoked first when a completion autopopup is scheduled.
|
@Deprecated public ThreeState shouldFocusLookup(CompletionParameters parameters)
public ThreeState shouldSkipAutopopup(PsiElement contextElement, PsiFile psiFile, int offset)