Uses of Interface
jaxx.runtime.awt.visitor.ComponentTreeNodeVisitor
-
Packages that use ComponentTreeNodeVisitor Package Description jaxx.runtime.awt.visitor JAXX - awt tree node API -
-
Uses of ComponentTreeNodeVisitor in jaxx.runtime.awt.visitor
Classes in jaxx.runtime.awt.visitor that implement ComponentTreeNodeVisitor Modifier and Type Class Description classBuildTreeVisitorA visitor to build the tree from a given component.classDebugComponentTreeNodeVisitorTo print a tree node.classGetCompopentAtPointVisitorA visitor to get the deepest component given a point in a tree.Methods in jaxx.runtime.awt.visitor with parameters of type ComponentTreeNodeVisitor Modifier and Type Method Description voidComponentTreeNode. visit(ComponentTreeNodeVisitor visitor)To visit a node.
-