public class JavaFileTreeElement extends PsiTreeElementBase<PsiClassOwner> implements ItemPresentation
EMPTY_ARRAY
Constructor and Description |
---|
JavaFileTreeElement(PsiClassOwner file) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<StructureViewTreeElement> |
getChildrenBase() |
java.lang.String |
getPresentableText()
Returns the name of the object to be presented in most renderers across the program.
|
canNavigate, canNavigateToSource, equals, getChildren, getChildrenWithoutCustomRegions, getElement, getIcon, getKey, getLocationString, getPresentation, getValue, hashCode, isSearchInLocationString, isValid, mergeWithExtensions, navigate, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getIcon, getLocationString
public JavaFileTreeElement(PsiClassOwner file)
public java.lang.String getPresentableText()
ItemPresentation
getPresentableText
in interface ItemPresentation
public java.util.Collection<StructureViewTreeElement> getChildrenBase()
getChildrenBase
in class PsiTreeElementBase<PsiClassOwner>