public class DefaultFileNavigationContributor extends java.lang.Object implements ChooseByNameContributorEx, DumbAware
CLASS_EP_NAME, FILE_EP_NAME, SYMBOL_EP_NAME
Constructor and Description |
---|
DefaultFileNavigationContributor() |
Modifier and Type | Method and Description |
---|---|
void |
processElementsWithName(java.lang.String name,
Processor<? super NavigationItem> _processor,
FindSymbolParameters parameters) |
void |
processNames(Processor<? super java.lang.String> processor,
GlobalSearchScope scope,
IdFilter filter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getItemsByName, getNames
public void processNames(Processor<? super java.lang.String> processor, GlobalSearchScope scope, IdFilter filter)
processNames
in interface ChooseByNameContributorEx
public void processElementsWithName(java.lang.String name, Processor<? super NavigationItem> _processor, FindSymbolParameters parameters)
processElementsWithName
in interface ChooseByNameContributorEx