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, waitgetItemsByName, getNamesgetElementKind, getElementKindsPluralizedpublic java.lang.String getQualifiedName(NavigationItem item)
getQualifiedName in interface GotoClassContributorpublic static java.lang.String getQualifiedNameForClass(PsiClass psiClass)
public java.lang.String getQualifiedNameSeparator()
getQualifiedNameSeparator in interface GotoClassContributorpublic void processNames(Processor<? super java.lang.String> processor, GlobalSearchScope scope, IdFilter filter)
processNames in interface ChooseByNameContributorExpublic void processElementsWithName(java.lang.String name,
                                    Processor<? super NavigationItem> processor,
                                    FindSymbolParameters parameters)
processElementsWithName in interface ChooseByNameContributorExpublic Language getElementLanguage()
GotoClassContributorthe 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 GotoClassContributorpublic boolean isDumbAware()
isDumbAware in interface PossiblyDumbAware