public class PsiFieldTreeElement extends JavaClassTreeElementBase<PsiField> implements SortableTreeElement
myLocation
DEFAULT_LOCATION_PREFIX, DEFAULT_LOCATION_SUFFIX
EMPTY_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, isPublic
canNavigate, canNavigateToSource, getChildren, getChildrenWithoutCustomRegions, getElement, getIcon, getKey, getPresentation, getValue, hashCode, isSearchInLocationString, isValid, mergeWithExtensions, navigate, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getIcon
public PsiFieldTreeElement(PsiField field, boolean isInherited)
public java.util.Collection<StructureViewTreeElement> getChildrenBase()
getChildrenBase
in class PsiTreeElementBase<PsiField>
public java.lang.String getPresentableText()
ItemPresentation
getPresentableText
in interface ItemPresentation
public PsiField getField()
public java.lang.String getAlphaSortKey()
getAlphaSortKey
in interface SortableTreeElement