Class PrettyPrintTree

  • All Implemented Interfaces:

    
    public final class PrettyPrintTree
    
                        

    Utility class to create a pretty-printed ASCII tree of arbitrary nodes that can be printed to the console. You can build the tree out of any tree structure, just fill in this node name and its children.

    To create a pretty tree dump of a Vaadin component, just use ofVaadin.