public class RefElementNode extends SuppressableInspectionTreeNode
myProblemLevels
Constructor and Description |
---|
RefElementNode(RefEntity refEntity,
InspectionToolPresentation presentation,
InspectionTreeNode parent) |
Modifier and Type | Method and Description |
---|---|
void |
amnestyElement() |
protected boolean |
calculateIsValid() |
protected java.lang.String |
calculatePresentableName() |
void |
excludeElement() |
RefEntity |
getContainingFileLocalEntity() |
RefEntity |
getElement() |
javax.swing.Icon |
getIcon(boolean expanded) |
Pair<PsiElement,CommonProblemDescriptor> |
getSuppressContent() |
java.lang.String |
getTailText() |
boolean |
isAlreadySuppressedFromView() |
boolean |
isExcluded() |
boolean |
isQuickFixAppliedFromView() |
canSuppress, doesNeedInternProblemLevels, dropCache, getAvailableSuppressActions, getPresentableText, getPresentation, isProblemCountCacheValid, isValid, removeSuppressActionFromAvailable
appearsBold, children, getAllowsChildren, getChildAt, getChildCount, getChildren, getIndex, getParent, isLeaf, toString, visitProblemSeverities
public RefElementNode(RefEntity refEntity, InspectionToolPresentation presentation, InspectionTreeNode parent)
public final boolean isAlreadySuppressedFromView()
isAlreadySuppressedFromView
in class SuppressableInspectionTreeNode
public RefEntity getElement()
getElement
in class SuppressableInspectionTreeNode
public javax.swing.Icon getIcon(boolean expanded)
getIcon
in class InspectionTreeNode
protected java.lang.String calculatePresentableName()
calculatePresentableName
in class SuppressableInspectionTreeNode
protected boolean calculateIsValid()
calculateIsValid
in class SuppressableInspectionTreeNode
public boolean isExcluded()
isExcluded
in class InspectionTreeNode
public void excludeElement()
excludeElement
in class InspectionTreeNode
public void amnestyElement()
amnestyElement
in class InspectionTreeNode
public RefEntity getContainingFileLocalEntity()
getContainingFileLocalEntity
in class InspectionTreeNode
public boolean isQuickFixAppliedFromView()
isQuickFixAppliedFromView
in class SuppressableInspectionTreeNode
public java.lang.String getTailText()
getTailText
in class SuppressableInspectionTreeNode
public Pair<PsiElement,CommonProblemDescriptor> getSuppressContent()
getSuppressContent
in class SuppressableInspectionTreeNode