public static interface ValidationComponentUtils.Visitor
#updateComponentTreeXXX methods
and this class' predefined Visitor implementations.| Modifier and Type | Method and Description |
|---|---|
void |
visit(JComponent component,
Map<Object,ValidationResult> keyMap)
Visits the given component using the specified key map, that maps
message keys to associated validation subresults.
|
void visit(JComponent component, Map<Object,ValidationResult> keyMap)
component - the component to be visitedkeyMap - maps messages keys to associated validation resultsCopyright © 2003-2014 JGoodies Software GmbH. All Rights Reserved.