Uses of Interface
org.nuiton.jaxx.runtime.awt.visitor.ComponentTreeNodeVisitor
-
Packages that use ComponentTreeNodeVisitor Package Description org.nuiton.jaxx.runtime.awt.visitor JAXX - awt tree node API -
-
Uses of ComponentTreeNodeVisitor in org.nuiton.jaxx.runtime.awt.visitor
Classes in org.nuiton.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 org.nuiton.jaxx.runtime.awt.visitor with parameters of type ComponentTreeNodeVisitor Modifier and Type Method Description voidComponentTreeNode. visit(ComponentTreeNodeVisitor visitor)To visit a node.
-