Package thing
Interface ComponentWalker.Visitor
- Enclosing class:
ComponentWalker
public static interface ComponentWalker.Visitor
A visitor interface for the
ComponentWalker.-
Method Summary
-
Method Details
-
visit
Called if the tree walker visits a new component.- Returns:
- if
false, the tree walk will stop at the given component and not visit any further components.
-
leave
Called when the tree walker has visited all childs of the component.
-