Package Name | Comment |
com.jgoodies.validation |
Consists of the required validation framework core types.
Related Documentation
For more information see:
@see com.jgoodies.validation.message
@see com.jgoodies.validation.util
@see com.jgoodies.validation.view
|
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
|
com.jgoodies.validation.formatter |
Contains Formatter classes useful for configuring JFormattedTextFields.
These are demonstrated in the 'Formatted' tutorial examples.
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.view
|
com.jgoodies.validation.message |
Contains default implementations for validation messages.
Related Documentation
For more information see:
@see com.jgoodies.validation
@see com.jgoodies.validation.util
@see com.jgoodies.validation.view
|
com.jgoodies.validation.tests |
Contains test cases for the JGoodies Validation classes.
Related Documentation
For more information see:
@see com.jgoodies.binding.tests.event
|
com.jgoodies.validation.tests.event |
Consists of test helper classes that track and count events.
Related Documentation
For more information see:
@see com.jgoodies.validation.tests
|
com.jgoodies.validation.tutorial.basics |
Contains examples that demonstrate basic validation techniques.
Related Documentation
For more information see:
@see com.jgoodies.validation.tutorial.formatted
@see com.jgoodies.validation.tutorial.performance
@see com.jgoodies.validation.tutorial.shared
@see com.jgoodies.validation.tutorial.util
@see com.jgoodies.validation.tutorial.validator
|
com.jgoodies.validation.tutorial.formatted |
Contains examples around the JFormattedTextFields.
Related Documentation
For more information see:
@see com.jgoodies.validation.tutorial.formatted.format
@see com.jgoodies.validation.tutorial.formatted.formatter
|
com.jgoodies.validation.tutorial.formatted.format |
Contains Format implementations used in the 'Formatted' tutorial examples.
Related Documentation
For more information see:
@see com.jgoodies.validation.tutorial.formatted
@see com.jgoodies.validation.tutorial.formatted.formatter
|
com.jgoodies.validation.tutorial.formatted.formatter |
Contains Formatter implementation used in the 'Formatted' tutorial examples.
Related Documentation
For more information see:
@see com.jgoodies.validation.tutorial.formatted
@see com.jgoodies.validation.tutorial.formatted.format
|
com.jgoodies.validation.tutorial.performance |
Contains examples that demonstrates different approaches
to reducing the validation frequency, costs, and GUI locks.
Related Documentation
For more information see:
@see com.jgoodies.validation.tutorial.basics
@see com.jgoodies.validation.tutorial.formatted
@see com.jgoodies.validation.tutorial.shared
@see com.jgoodies.validation.tutorial.util
@see com.jgoodies.validation.tutorial.validator
|
com.jgoodies.validation.tutorial.shared |
Contains classes shared by multiple tutorial examples.
Related Documentation
For more information see:
@see com.jgoodies.validation.tutorial.basics
|
com.jgoodies.validation.tutorial.util |
Contains helper classes used by the tutorial examples.
Related Documentation
For more information see:
@see com.jgoodies.validation.tutorial.shared
|
com.jgoodies.validation.tutorial.validator |
Examples that demonstrate who can validate.
Related Documentation
For more information see:
@see com.jgoodies.validation.tutorial.basics
|
com.jgoodies.validation.util |
Contains optional validation helper classes and
default implementations.
The purpose of the validation result model classes
is to observe validation result changes.
Related Documentation
For more information see:
@see com.jgoodies.validation
@see com.jgoodies.validation.message
@see com.jgoodies.validation.view
|
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
|