| Package | Description |
|---|---|
| org.netbeans.validation.api | |
| org.netbeans.validation.api.ui | |
| org.netbeans.validation.api.ui.swing |
| Modifier and Type | Method and Description |
|---|---|
Problem |
Problems.getLeadProblem()
Get the
Problem with the highest severity. |
static Problem |
Problem.worst(Problem p1,
Problem p2)
Determine which Problem is more severe.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends Problem> |
Problems.allProblems()
Get the entire set of problems, sorted by severity first, order of
addition second.
|
| 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 first, least last
|
static Problem |
Problem.worst(Problem p1,
Problem p2)
Determine which Problem is more severe.
|
| Modifier and Type | Method and Description |
|---|---|
Problem |
ValidationItem.performValidation()
A request (to the simple-validation infrastructure) for revalidation of
the component(s) managed by this ValidationListener/ValidationGroup, updating
the
ValidationUI as necessary. |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationUI.showProblem(Problem problem)
Sets the
Problem to be displayed to the user. |
| Modifier and Type | Method and Description |
|---|---|
Problem |
ValidationPanel.getProblem()
Get the last reported problem
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractValidationListener.onValidate(CompType component,
Problem validationResult)
Called when validation runs.
|