public abstract class InspectionTreeTailRenderer<E extends java.lang.Exception>
extends java.lang.Object
Constructor and Description |
---|
InspectionTreeTailRenderer(GlobalInspectionContextImpl context) |
Modifier and Type | Method and Description |
---|---|
void |
appendTailText(InspectionTreeNode node) |
protected abstract void |
appendText(java.lang.String text) |
protected abstract void |
appendText(java.lang.String text,
SimpleTextAttributes attributes) |
public InspectionTreeTailRenderer(GlobalInspectionContextImpl context)
public void appendTailText(InspectionTreeNode node) throws E extends java.lang.Exception
E extends java.lang.Exception
protected abstract void appendText(java.lang.String text, SimpleTextAttributes attributes) throws E extends java.lang.Exception
E extends java.lang.Exception