public class PsiFieldTreeElement extends JavaClassTreeElementBase<PsiField> implements SortableTreeElement
myLocationDEFAULT_LOCATION_PREFIX, DEFAULT_LOCATION_SUFFIXEMPTY_ARRAY| Constructor and Description |
|---|
PsiFieldTreeElement(PsiField field,
boolean isInherited) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlphaSortKey() |
java.util.Collection<StructureViewTreeElement> |
getChildrenBase() |
PsiField |
getField() |
java.lang.String |
getPresentableText()
Returns the name of the object to be presented in most renderers across the program.
|
equals, getAccessLevel, getLocationPrefix, getLocationString, getLocationSuffix, getSubLevel, getTextAttributesKey, isInherited, isPubliccanNavigate, canNavigateToSource, getChildren, getChildrenWithoutCustomRegions, getElement, getIcon, getKey, getPresentation, getValue, hashCode, isSearchInLocationString, isValid, mergeWithExtensions, navigate, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIconpublic PsiFieldTreeElement(PsiField field, boolean isInherited)
public java.util.Collection<StructureViewTreeElement> getChildrenBase()
getChildrenBase in class PsiTreeElementBase<PsiField>public java.lang.String getPresentableText()
ItemPresentationgetPresentableText in interface ItemPresentationpublic PsiField getField()
public java.lang.String getAlphaSortKey()
getAlphaSortKey in interface SortableTreeElement