All Classes

Class Description
AbstractBeanValidatorUI
Abstract renderer
IconValidationUI
An implementation of AbstractBeanValidatorUI which paints a icon on top right corner.
ImageValidationUI
An implementation of AbstractBeanValidatorUI which paints a icon on top right corner.
JAXXValidator
The contract of a validator-able object.
SimpleBeanValidatorMessageTableModel
A model of the table of errors based on SimpleBeanValidatorMessage.
SimpleBeanValidatorMessageTableRenderer
A simple render of a table of validator's messages, says a table that use a SimpleBeanValidatorMessageTableModel model.
SwingListValidator<B>
Created on 9/17/14.
SwingListValidatorDataLocator<O>
Object that can locate for a given SwingListValidatorMessage, the cell of this data in a table editor.
SwingListValidatorHighlightPredicate<O>
HighLight predicates for a table editor using BeanListValidator of his data.
SwingListValidatorMessage
TODO
SwingListValidatorMessageTableModel
The model of the table of errors.
SwingListValidatorMessageTableMouseListener
A mouse listener to edit a cell when double clicking on a validation message coming from a SwingValidatorMessageTableModel.
SwingListValidatorMessageTableRenderer
TODO
SwingListValidatorMessageWidget  
SwingListValidatorTableEditorModelListener<O>
Listens a table model which is the editor of a list of bean, add and remove beans to the target validator.
SwingValidator<B>
La surcharge de SimpleBeanValidator pour les ui swing Permet d'ajouter facilement le support de la validation des champs d'un bean et de le relier a une interface graphique.
SwingValidatorMessage
The object to box a validation message within an swing ui.
SwingValidatorMessageListModel
The model of the list of validation's messages
SwingValidatorMessageListMouseListener
A mouse listener to put on a JList with a SwingValidatorMessageListModel as a model.
SwingValidatorMessageListRenderer
A simple render of a table of validator's messages, says a table that use a SwingValidatorMessageTableModel model.
SwingValidatorMessageTableModel
The model of the table of errors.
SwingValidatorMessageTableMouseListener
A mouse listener to put on a JList with a SwingValidatorMessageTableModel as a model.
SwingValidatorMessageTableRenderer
A simple render of a table of validator's messages, says a table that use a SwingValidatorMessageTableModel model.
SwingValidatorMessageWidget
Button which opens a popup containing a table with the errors found by registered validators.
SwingValidatorUtil
The helper class for swing validation module.
TranslucentValidationUI
An implementation of AbstractBeanValidatorUI which paints a translucent backgroud color (green for ok, red for error, yellow for warning).
UnifiedValidatorMessage
Created on 8/15/14.
UnifiedValidatorMessageTableModel
Created on 8/15/14.
UnifiedValidatorMessageTableMouseListener
Created on 8/15/14.
UnifiedValidatorMessageTableRenderer
Created on 8/15/14.
UnifiedValidatorMessageUtil
Created on 8/15/14.
UnifiedValidatorMessageWidget  
Validator
Annotation to put on each field validator.
ValidatorField
Annotation to put on each field or method linked to a validator.