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

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

Uses of Problem in org.netbeans.validation.api
 

Methods in org.netbeans.validation.api that return Problem
Modifier and Type Method and Description
 Problem Problems.getLeadProblem()
          Get the first problem of the highest severity
 

Methods in org.netbeans.validation.api with parameters of type Problem
Modifier and Type Method and Description
 void Problems.add(Problem problem)
          Add a problem
 int Problem.compareTo(Problem o)
          Compare, such that most severe Problems will appear last, least first
 boolean Problem.isWorseThan(Problem other)
          Determine if this problem is more severe than another
 

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

Methods in org.netbeans.validation.api.ui that return Problem
Modifier and Type Method and Description
 Problem ValidationPanel.getProblem()
          Get the last reported problem
 Problem ValidationGroup.validateAll()
          Validate all components in this group, updating the UI with a new problem as necessary.
 

Methods in org.netbeans.validation.api.ui with parameters of type Problem
Modifier and Type Method and Description
 void ValidationUI.setProblem(Problem problem)
          Set the problem to be displayed to the user.