Class BuildTreeVisitor

java.lang.Object
jaxx.runtime.awt.visitor.BuildTreeVisitor
All Implemented Interfaces:
ComponentTreeNodeVisitor

public class BuildTreeVisitor
extends java.lang.Object
implements ComponentTreeNodeVisitor
A visitor to build the tree from a given component. To obtain a tree from a compoent use the method buildTree(Component).
Since:
2.5.14
Author:
Tony Chemit - chemit@codelutin.com
  • Constructor Summary

    Constructors
    Constructor Description
    BuildTreeVisitor()  
  • Method Summary

    Modifier and Type Method Description
    static ComponentTreeNode buildTree​(java.awt.Component component)  
    void endNode​(ComponentTreeNode componentTree)  
    void startNode​(ComponentTreeNode node)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait