Package org.netbeans.validation.api


package org.netbeans.validation.api
  • Class
    Description
    Convenience base class for validators.
    A separate exception class for invalid user (or stored values).
    Represents a problem produced by a validator.
    A collection of problems, to which a Validator can add additional problems.
    enum indicating Severity, used for classifying Problem instances.
    Interface for things that are able to validate themselves, such as email addresses.
    Validator that can validate some aspect of a component's model, and indicate problems to the user.
    Some utilities for manipulating and creating new Validators, useful in many situations.