Package | Description |
---|---|
org.netbeans.validation.api | |
org.netbeans.validation.api.ui |
Modifier and Type | Method and Description |
---|---|
Severity |
Problem.severity()
Get the severity of this problem.
|
static Severity |
Severity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Problems.add(java.lang.String problem,
Severity severity)
Add a problem with the specified severity
|
Constructor and Description |
---|
Problem(java.lang.String message,
Severity severity)
Create a new problem with the given message and severity
|
Modifier and Type | Method and Description |
---|---|
javax.swing.border.Border |
ComponentDecorator.createProblemBorder(java.awt.Component c,
javax.swing.border.Border originalBorder,
Severity severity)
Create a border to apply to the component which shows an error.
|