public final class TypeHierarchyNodeDescriptor extends HierarchyNodeDescriptor
NodeDescriptor.NodeComparator<T extends NodeDescriptor<?>>
myHighlightedText, myIsBase
DEFAULT_WEIGHT, EMPTY_ARRAY, myClosedIcon, myColor, myName, myOpenIcon, myProject
Constructor and Description |
---|
TypeHierarchyNodeDescriptor(Project project,
HierarchyNodeDescriptor parentDescriptor,
PsiElement classOrFunctionalExpression,
boolean isBase) |
Modifier and Type | Method and Description |
---|---|
PsiElement |
getPsiClass() |
boolean |
update()
Make sure the descriptor is up to date with its content
|
expandOnDoubleClick, getBaseMarkerIcon, getCachedChildren, getContainingFile, getElement, getHighlightedText, getInvalidPrefixAttributes, getPackageNameAttributes, getUsageCountPrefixAttributes, installIcon, installIcon, installIcon, invalidElement, isMarkModified, isMarkReadOnly, isValid, setCachedChildren
getIcon, getPsiElement
applyFrom, getChildrenSortingStamp, getClosedIcon, getColor, getIcon, getIndex, getOpenIcon, getParentDescriptor, getProject, getUpdateCount, getWeight, isWasDeclaredAlwaysLeaf, setChildrenSortingStamp, setIcon, setIndex, setUpdateCount, setWasDeclaredAlwaysLeaf, toString
public TypeHierarchyNodeDescriptor(Project project, HierarchyNodeDescriptor parentDescriptor, PsiElement classOrFunctionalExpression, boolean isBase)
public final PsiElement getPsiClass()
public final boolean update()
NodeDescriptor
update
in class SmartElementDescriptor