com.jgoodies.validation.view |
Contains optional validation helper classes that assist in
presenting validation results.
The API of these classes is work in progress and may change without notice.
The classes may even be completely removed from future versions
of the Validation library.
If you want to use a class from this package,
you may consider copying it into your codebase.
Related Documentation
For more information see:
@see com.jgoodies.validation
@see com.jgoodies.validation.message
@see com.jgoodies.validation.util
|
Java Source File Name | Type | Comment |
ValidationComponentUtils.java | Class | Consists exclusively of static methods that provide convenience behavior for
operating on components that present validation data. |
ValidationResultListAdapter.java | Class | Converts a
ValidationResultModel into a
javax.swing.ListModel . |
ValidationResultViewFactory.java | Class | A factory class that vends views that present the state and contents
of
ValidationResult s. |