public class PsiMethodTreeElement extends JavaClassTreeElementBase<PsiMethod> implements SortableTreeElement
myLocationDEFAULT_LOCATION_PREFIX, DEFAULT_LOCATION_SUFFIXEMPTY_ARRAY| Constructor and Description |
|---|
PsiMethodTreeElement(PsiMethod method,
boolean isInherited) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlphaSortKey() |
java.util.Collection<StructureViewTreeElement> |
getChildrenBase() |
java.lang.String |
getLocationPrefix() |
java.lang.String |
getLocationString()
Returns the location of the object (for example, the package of a class).
|
java.lang.String |
getLocationSuffix() |
PsiMethod |
getMethod() |
java.lang.String |
getPresentableText()
Returns the name of the object to be presented in most renderers across the program.
|
TextAttributesKey |
getTextAttributesKey()
Returns the text attributes for rendering the item text.
|
equals, getAccessLevel, getSubLevel, isInherited, isPubliccanNavigate, canNavigateToSource, getChildren, getChildrenWithoutCustomRegions, getElement, getIcon, getKey, getPresentation, getValue, hashCode, isSearchInLocationString, isValid, mergeWithExtensions, navigate, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIconpublic PsiMethodTreeElement(PsiMethod method, boolean isInherited)
public java.util.Collection<StructureViewTreeElement> getChildrenBase()
getChildrenBase in class PsiTreeElementBase<PsiMethod>public java.lang.String getPresentableText()
ItemPresentationgetPresentableText in interface ItemPresentationpublic java.lang.String getLocationString()
ItemPresentationgetLocationString in interface ItemPresentationgetLocationString in class JavaClassTreeElementBase<PsiMethod>public TextAttributesKey getTextAttributesKey()
ColoredItemPresentationgetTextAttributesKey in interface ColoredItemPresentationgetTextAttributesKey in class JavaClassTreeElementBase<PsiMethod>public PsiMethod getMethod()
public java.lang.String getAlphaSortKey()
getAlphaSortKey in interface SortableTreeElementpublic java.lang.String getLocationPrefix()
getLocationPrefix in interface LocationPresentationgetLocationPrefix in class JavaClassTreeElementBase<PsiMethod>public java.lang.String getLocationSuffix()
getLocationSuffix in interface LocationPresentationgetLocationSuffix in class JavaClassTreeElementBase<PsiMethod>