public class EntryPointsNode extends InspectionNode
myProblemLevels| Constructor and Description |
|---|
EntryPointsNode(InspectionToolWrapper dummyWrapper,
GlobalInspectionContextImpl context,
InspectionTreeNode parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
amnestyElement() |
void |
excludeElement() |
javax.swing.Icon |
getIcon(boolean expanded) |
java.lang.String |
getTailText() |
boolean |
isExcluded() |
protected void |
visitProblemSeverities(<any> counter) |
getPresentableText, getToolWrapperappearsBold, children, doesNeedInternProblemLevels, getAllowsChildren, getChildAt, getChildCount, getChildren, getContainingFileLocalEntity, getIndex, getParent, isLeaf, isProblemCountCacheValid, isValid, toStringpublic EntryPointsNode(InspectionToolWrapper dummyWrapper, GlobalInspectionContextImpl context, InspectionTreeNode parent)
public javax.swing.Icon getIcon(boolean expanded)
getIcon in class InspectionTreeNodepublic java.lang.String getTailText()
getTailText in class InspectionNodeprotected void visitProblemSeverities(<any> counter)
visitProblemSeverities in class InspectionTreeNodepublic boolean isExcluded()
isExcluded in class InspectionTreeNodepublic void excludeElement()
excludeElement in class InspectionTreeNodepublic void amnestyElement()
amnestyElement in class InspectionTreeNode