|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Problem | |
|---|---|
| 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 | |
|---|---|
Problem |
Problems.getLeadProblem()
Get the first problem of the highest severity |
| Methods in org.netbeans.validation.api with parameters of type Problem | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
void |
ValidationUI.setProblem(Problem problem)
Set the problem to be displayed to the user. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||