JGoodies Validation 2.5 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.

The JGoodies Validation requires Java 6 or later and the JGoodies Common library. Library versions for older Java versions are available 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-2013 JGoodies Software GmbH. All Rights Reserved.