Uses of Class
org.netbeans.validation.api.Severity

Packages that use Severity
Package Description
org.netbeans.validation.api   
org.netbeans.validation.api.ui   
 

Uses of Severity in org.netbeans.validation.api
 

Methods in org.netbeans.validation.api that return Severity
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.
 

Methods in org.netbeans.validation.api with parameters of type Severity
Modifier and Type Method and Description
 void Problems.add(java.lang.String problem, Severity severity)
          Add a problem with the specified severity
 

Constructors in org.netbeans.validation.api with parameters of type Severity
Constructor and Description
Problem(java.lang.String message, Severity severity)
          Create a new problem with the given message and severity
 

Uses of Severity in org.netbeans.validation.api.ui
 

Methods in org.netbeans.validation.api.ui with parameters of type 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.