Package | Description |
---|---|
org.netbeans.editor |
Modifier and Type | Field and Description |
---|---|
static AnnotationType.Severity |
AnnotationType.Severity.STATUS_ERROR
Status error.
|
static AnnotationType.Severity |
AnnotationType.Severity.STATUS_NONE
Status OK.
|
static AnnotationType.Severity |
AnnotationType.Severity.STATUS_OK
Status OK.
|
static AnnotationType.Severity |
AnnotationType.Severity.STATUS_WARNING
Status warning.
|
Modifier and Type | Method and Description |
---|---|
static AnnotationType.Severity |
AnnotationType.Severity.getCompoundStatus(AnnotationType.Severity first,
AnnotationType.Severity second)
Return the more important status out of the two given statuses.
|
AnnotationType.Severity |
AnnotationType.getSeverity() |
static AnnotationType.Severity |
AnnotationType.Severity.valueOf(String severity) |
Modifier and Type | Method and Description |
---|---|
static AnnotationType.Severity |
AnnotationType.Severity.getCompoundStatus(AnnotationType.Severity first,
AnnotationType.Severity second)
Return the more important status out of the two given statuses.
|
static Color |
AnnotationType.Severity.getDefaultColor(AnnotationType.Severity s)
Returns default
Color for a given Status . |
void |
AnnotationType.setSeverity(AnnotationType.Severity severity) |