JGoodies Validation 2.3 API

This document describes the JGoodies Validation API that helps you validate user input in Swing apps and report validation errors and warnings.

See:
          Description

Packages
com.jgoodies.validation Consists of the required validation framework core types.
com.jgoodies.validation.extras Contains optional Validation framework classes that ship only with the JGoodies Validation source distribution and are not yet part of the binary Validation library.
com.jgoodies.validation.message Contains default implementations for validation messages.
com.jgoodies.validation.util Contains optional validation helper classes and default implementations.
com.jgoodies.validation.view Contains optional validation helper classes that assist in presenting validation results.

 

This document describes the JGoodies Validation API that helps you validate user input in Swing apps and report validation errors and warnings. It is a tiny set of class that has been designed to work with different architectures and programming flavors.

Since version 2.0 the Validation library requires Java 5 or later. Since version 2.2 it requires the JGoodies Common library. Versions for Java 1.4 can be found in the JGoodies Archive.

Getting Started

The Validation tutorial is an important part of this distribution. It demonstrates different ways to use the Validation library and provides reusable code. The tutorial sources ship in folder src/tutorial. It is recommended to run the precompiled Validation Demo before you work with the library.



Copyright © 2003-2011 JGoodies Karsten Lentzsch. All Rights Reserved.