Package org.netbeans.validation.api

Interface Summary
Interface Description
Validator<T> Validator that can validate some aspect of a component's model, and indicate problems to the user.
 

Class Summary
Class Description
Problem Represents a problem produced by a validator.
Problems A collection of problems, to which a Validator can add additional problems.
 

Enum Summary
Enum Description
Severity Indicates the severity of a problem.