public static class SeverityRegistrar.SeverityBasedTextAttributes
extends java.lang.Object
| Constructor and Description | 
|---|
| SeverityBasedTextAttributes(TextAttributes attributes,
                           HighlightInfoType.HighlightInfoTypeImpl type) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object o) | 
| TextAttributes | getAttributes() | 
| HighlightSeverity | getSeverity() | 
| HighlightInfoType.HighlightInfoTypeImpl | getType() | 
| int | hashCode() | 
public SeverityBasedTextAttributes(TextAttributes attributes, HighlightInfoType.HighlightInfoTypeImpl type)
public TextAttributes getAttributes()
public HighlightInfoType.HighlightInfoTypeImpl getType()
public HighlightSeverity getSeverity()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object