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.
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
@see com.jgoodies.validation.view
|
Java Source File Name | Type | Comment |
CompoundIcon.java | Class | An Icon implementation that paints two icons
as compound or overlaid icon using a specified alignment.
Note: This class is not yet part of the binary Validation
library; it comes with the Validation distributions as an extra. |
DelayedValidationResultModel.java | Class | A ValidationResultModel that defers changes for a specified delay.
Useful to coalesce frequent validation result changes. |
LimitedValidationResultModel.java | Class | An implementation of
ValidationResultModel that wraps another
ValidationResultModel to limit the number of reported
com.jgoodies.validation.ValidationMessage s.
Note: This class is not yet part of the binary Validation
library; it comes with the Validation distributions as an extra. |