public interface GotoClassContributor extends ChooseByNameContributor
ChooseByNameContributorEx
additionally for better performance.CLASS_EP_NAME, FILE_EP_NAME, SYMBOL_EP_NAME
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
getElementKind()
Override this method to change texts in 'Go to Class' popup and presentation of 'Navigate | Class' action.
|
default java.util.List<java.lang.String> |
getElementKindsPluralized()
Pluralized
getElementKind() |
default Language |
getElementLanguage()
If the language returned by this method is one of
the primary IDE languages the result of
getElementKind() will be used to name `Navigate | Class' action and in 'Go to Class' popup. |
java.lang.String |
getQualifiedName(NavigationItem item) |
java.lang.String |
getQualifiedNameSeparator() |
getItemsByName, getNames
java.lang.String getQualifiedName(NavigationItem item)
java.lang.String getQualifiedNameSeparator()
default java.lang.String getElementKind()
getElementLanguage()
default java.util.List<java.lang.String> getElementKindsPluralized()
getElementKind()
default Language getElementLanguage()
the primary IDE languages
the result of
getElementKind()
will be used to name `Navigate | Class' action and in 'Go to Class' popup.