public abstract class SeveritiesProvider
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<SeveritiesProvider> |
EP_NAME |
Constructor and Description |
---|
SeveritiesProvider() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<HighlightInfoType> |
getSeveritiesHighlightInfoTypes() |
java.awt.Color |
getTrafficRendererColor(TextAttributes textAttributes) |
boolean |
isGotoBySeverityEnabled(HighlightSeverity minSeverity) |
public static final ExtensionPointName<SeveritiesProvider> EP_NAME
public abstract java.util.List<HighlightInfoType> getSeveritiesHighlightInfoTypes()
public boolean isGotoBySeverityEnabled(HighlightSeverity minSeverity)
public java.awt.Color getTrafficRendererColor(TextAttributes textAttributes)