public abstract class InspectionTreeNode
extends java.lang.Object
implements javax.swing.tree.TreeNode
Modifier and Type | Field and Description |
---|---|
protected com.intellij.codeInspection.ui.InspectionTreeNode.ProblemLevels |
myProblemLevels |
Modifier | Constructor and Description |
---|---|
protected |
InspectionTreeNode(InspectionTreeNode parent) |
Modifier and Type | Method and Description |
---|---|
void |
amnestyElement() |
boolean |
appearsBold() |
java.util.Enumeration |
children() |
protected boolean |
doesNeedInternProblemLevels() |
void |
excludeElement() |
boolean |
getAllowsChildren() |
InspectionTreeNode |
getChildAt(int idx) |
int |
getChildCount() |
java.util.List<? extends InspectionTreeNode> |
getChildren() |
RefEntity |
getContainingFileLocalEntity() |
javax.swing.Icon |
getIcon(boolean expanded) |
int |
getIndex(javax.swing.tree.TreeNode node) |
InspectionTreeNode |
getParent() |
abstract java.lang.String |
getPresentableText() |
java.lang.String |
getTailText() |
boolean |
isExcluded() |
boolean |
isLeaf() |
protected boolean |
isProblemCountCacheValid() |
boolean |
isValid() |
java.lang.String |
toString() |
protected void |
visitProblemSeverities(<any> counter) |
protected final com.intellij.codeInspection.ui.InspectionTreeNode.ProblemLevels myProblemLevels
protected InspectionTreeNode(InspectionTreeNode parent)
protected boolean doesNeedInternProblemLevels()
public javax.swing.Icon getIcon(boolean expanded)
protected boolean isProblemCountCacheValid()
protected void visitProblemSeverities(<any> counter)
public boolean isValid()
public boolean isExcluded()
public boolean appearsBold()
public java.lang.String getTailText()
public void excludeElement()
public void amnestyElement()
public RefEntity getContainingFileLocalEntity()
public boolean isLeaf()
isLeaf
in interface javax.swing.tree.TreeNode
public abstract java.lang.String getPresentableText()
public java.util.List<? extends InspectionTreeNode> getChildren()
public InspectionTreeNode getParent()
getParent
in interface javax.swing.tree.TreeNode
public int getChildCount()
getChildCount
in interface javax.swing.tree.TreeNode
public InspectionTreeNode getChildAt(int idx)
getChildAt
in interface javax.swing.tree.TreeNode
public int getIndex(javax.swing.tree.TreeNode node)
getIndex
in interface javax.swing.tree.TreeNode
public boolean getAllowsChildren()
getAllowsChildren
in interface javax.swing.tree.TreeNode
public java.util.Enumeration children()
children
in interface javax.swing.tree.TreeNode
public java.lang.String toString()
toString
in class java.lang.Object