Class DebugComponentTreeNodeVisitor

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

public class DebugComponentTreeNodeVisitor
extends java.lang.Object
implements ComponentTreeNodeVisitor
To print a tree node. Created on 1/10/14.
Since:
2.7
Author:
Tony Chemit - chemit@codelutin.com
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected boolean debug
    Flag to log in debug level (otherwise will be in info level).
    protected int level  
    protected java.lang.StringBuilder sb  
  • Constructor Summary

    Constructors
    Constructor Description
    DebugComponentTreeNodeVisitor()  
  • Method Summary

    Modifier and Type Method Description
    void endNode​(ComponentTreeNode componentTree)  
    java.lang.String getMessage​(ComponentTreeNode componentTree)  
    void parse​(ComponentTreeNode componentTree)  
    void setDebug​(boolean debug)  
    void startNode​(ComponentTreeNode componentTree)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • debug

      protected boolean debug
      Flag to log in debug level (otherwise will be in info level).
    • level

      protected int level
    • sb

      protected java.lang.StringBuilder sb
  • Constructor Details

    • DebugComponentTreeNodeVisitor

      public DebugComponentTreeNodeVisitor()
  • Method Details