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
|
Java Source File Name | Type | Comment |
ExampleComponentFactory.java | Class | Consists only of static methods that vend formatted text fields used
to edit dates that are bound to an underlying ValueModel. |
IconFeedbackPanel.java | Class | Can display validation feedback icons "over" a content panel.
It observes a ValidationResultModel and creates icon labels
in a feedback layer of a
JLayeredPane on top of the content layer.
To position the feedback labels, the content pane is traversed
and searched for text components that match a validation message key
in this panel's observed ValidationResultModel.
Note: This panel doesn't reserve space for the portion
used to display the overlaid feedback components. |
MyFocusTraversalPolicy.java | Class | A FocusTraversalPolicy that determines traversal order based on the order
of child Components in a Container. |
TutorialUtils.java | Class | Consists only of static convenience methods used throughout
the examples of the JGoodies Validation tutorial. |