Package | Description |
---|---|
org.netbeans.validation.api | |
org.netbeans.validation.api.ui |
Modifier and Type | Method and Description |
---|---|
Problem |
Problems.getLeadProblem()
Get the first problem of the highest severity
|
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
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidationUI.setProblem(Problem problem)
Set the problem to be displayed to the user.
|