public class PsiFieldNode extends BasePsiMemberNode<PsiField>
PresentableNodeDescriptor.ColoredFragment
NodeDescriptor.NodeComparator<T extends NodeDescriptor<?>>
DEFAULT_WEIGHT, EMPTY_ARRAY, myClosedIcon, myColor, myName, myOpenIcon, myProject
EMPTY_ROOTS
EMPTY_NAVIGATION_ITEM_ARRAY
Constructor and Description |
---|
PsiFieldNode(Project project,
PsiField value,
ViewSettings viewSettings) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<AbstractTreeNode<?>> |
getChildrenImpl() |
java.lang.String |
getTitle() |
int |
getWeight() |
boolean |
isAlwaysLeaf() |
void |
updateImpl(PresentationData data) |
calcTooltip, isDeprecated
extractPsiFromValue, getFileStatus, getVirtualFile
canNavigate, canNavigateToSource, computeFileStatus, contains, getChildren, getIconableFlags, getNavigationItem, isMarkReadOnly, isValid, navigate, navigate, patchIcon, update, validate
canHaveChildrenMatching, createTreeNode, getDefaultRootsFor, getManualOrderKey, getQualifiedNameSortKey, getRoots, getSettings, getSortKey, getTypeSortKey, getTypeSortWeight, hasProblemFileBeneath, isSortByFirstChild, isValidating, shouldApply, shouldDrillDownOnEmptyElement, shouldPostprocess, someChildContainsFile, someChildContainsFile, wrap
apply, canRepresent, equals, getChildToHighlightAt, getElement, getEqualityObject, getFileStatusColor, getLeafState, getName, getNullValueSetTrace, getParent, getParentDescriptor, getParentValue, getTestPresentation, getToolTip, getValue, hashCode, isAlwaysExpand, isAlwaysShowPlus, postprocess, setParent, setValue, shouldUpdateData, toTestString, valueIsCut
apply, apply, applyFrom, createPresentation, getHighlightColor, getPresentation, getTemplatePresentation, isAncestorOrSelf, isContentHighlighted, isHighlightableContentNode, isParentOf, update
expandOnDoubleClick, getChildrenSortingStamp, getClosedIcon, getColor, getIcon, getIndex, getOpenIcon, getProject, getUpdateCount, isWasDeclaredAlwaysLeaf, setChildrenSortingStamp, setIcon, setIndex, setUpdateCount, setWasDeclaredAlwaysLeaf, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getPresentation
public PsiFieldNode(Project project, PsiField value, ViewSettings viewSettings)
public java.util.Collection<AbstractTreeNode<?>> getChildrenImpl()
getChildrenImpl
in class AbstractPsiBasedNode<PsiField>
public void updateImpl(PresentationData data)
updateImpl
in class AbstractPsiBasedNode<PsiField>
public int getWeight()
getWeight
in class NodeDescriptor<AbstractTreeNode<PsiField>>
public boolean isAlwaysLeaf()
isAlwaysLeaf
in class AbstractTreeNode<PsiField>
public java.lang.String getTitle()
getTitle
in class ProjectViewNode<PsiField>