Package org.nuiton.jaxx.runtime.awt.visitor
JAXX - awt tree node API
This package contains a API to visit swing components.ComponentTreenode
The model of a node in the treeComponentTreenodeVisitor
Object to load childs of Contract of a visitor on nodes.-
Interface Summary Interface Description ComponentTreeNodeVisitor To visit aComponentTreeNode. -
Class Summary Class Description BuildTreeVisitor A visitor to build the tree from a given component.ComponentTreeNode A node where userObject is aComponent.DebugComponentTreeNodeVisitor To print a tree node.GetCompopentAtPointVisitor A visitor to get the deepest component given a point in a tree.