- performGroupValidation(Problems) - Method in class org.netbeans.validation.api.ui.GroupValidator
-
Validate the state of the combination of the UI components
within the ValidationGroup.
- performValidation(Problems) - Method in class org.netbeans.validation.api.ui.swing.AbstractValidationListener
-
- performValidation() - Method in class org.netbeans.validation.api.ui.ValidationItem
-
A request (to the simple-validation infrastructure) for revalidation of
the component(s) managed by this ValidationListener/ValidationGroup, updating
the ValidationUI
as necessary.
- performValidation(Problems) - Method in class org.netbeans.validation.api.ui.ValidationListener
-
Called by the simplevalidation infrastructure when it is time to
perform the validation.
- Problem - Class in org.netbeans.validation.api
-
Represents a problem produced by a validator.
- Problem(String, Severity) - Constructor for class org.netbeans.validation.api.Problem
-
Create a new problem with the given message and severity
- Problems - Class in org.netbeans.validation.api
-
A collection of problems, to which a Validator can add additional problems.
- Problems() - Constructor for class org.netbeans.validation.api.Problems
-
- putAll(Problems) - Method in class org.netbeans.validation.api.Problems
-
Dump all problems in another instance of Problems into this one.