public interface ChooseByNameModelEx extends ChooseByNameModel
Modifier and Type | Method and Description |
---|---|
static ChooseByNameItemProvider |
getItemProvider(ChooseByNameModel model,
PsiElement context) |
default ChooseByNameItemProvider |
getItemProvider(PsiElement context) |
default void |
processNames(Processor<? super java.lang.String> processor,
boolean inLibraries)
Deprecated.
use
processNames(Processor, FindSymbolParameters) instead |
default void |
processNames(Processor<? super java.lang.String> processor,
FindSymbolParameters parameters) |
getCheckBoxMnemonic, getCheckBoxName, getElementName, getElementsByName, getFullName, getHelpId, getListCellRenderer, getNames, getNotFoundMessage, getNotInMessage, getPromptText, getSeparators, loadInitialCheckBoxState, saveInitialCheckBoxState, useMiddleMatching, willOpenEditor
@Deprecated default void processNames(Processor<? super java.lang.String> processor, boolean inLibraries)
processNames(Processor, FindSymbolParameters)
insteaddefault void processNames(Processor<? super java.lang.String> processor, FindSymbolParameters parameters)
default ChooseByNameItemProvider getItemProvider(PsiElement context)
static ChooseByNameItemProvider getItemProvider(ChooseByNameModel model, PsiElement context)