public class DefaultClassNavigationContributor extends java.lang.Object implements ChooseByNameContributorEx, GotoClassContributor, PossiblyDumbAware
CLASS_EP_NAME, FILE_EP_NAME, SYMBOL_EP_NAME
Constructor and Description |
---|
DefaultClassNavigationContributor() |
Modifier and Type | Method and Description |
---|---|
Language |
getElementLanguage()
If the language returned by this method is one of
the primary IDE languages the result of
GotoClassContributor.getElementKind() will be used to name `Navigate | Class' action and in 'Go to Class' popup. |
java.lang.String |
getQualifiedName(NavigationItem item) |
static java.lang.String |
getQualifiedNameForClass(PsiClass psiClass) |
java.lang.String |
getQualifiedNameSeparator() |
boolean |
isDumbAware() |
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
getElementKind, getElementKindsPluralized
public java.lang.String getQualifiedName(NavigationItem item)
getQualifiedName
in interface GotoClassContributor
public static java.lang.String getQualifiedNameForClass(PsiClass psiClass)
public java.lang.String getQualifiedNameSeparator()
getQualifiedNameSeparator
in interface GotoClassContributor
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
public Language getElementLanguage()
GotoClassContributor
the primary IDE languages
the result of
GotoClassContributor.getElementKind()
will be used to name `Navigate | Class' action and in 'Go to Class' popup.getElementLanguage
in interface GotoClassContributor
public boolean isDumbAware()
isDumbAware
in interface PossiblyDumbAware