org.nakedobjects.plugins.html.component.html
Class HtmlDebug

java.lang.Object
  extended by org.nakedobjects.plugins.html.component.html.HtmlDebug
All Implemented Interfaces:
Component, DebugPane

public class HtmlDebug
extends java.lang.Object
implements DebugPane


Constructor Summary
HtmlDebug()
           
 
Method Summary
 void addSection(java.lang.String title)
           
 void appendln(java.lang.String text)
           
 void indent()
           
 void unindent()
           
 void write(java.io.PrintWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlDebug

public HtmlDebug()
Method Detail

addSection

public void addSection(java.lang.String title)
Specified by:
addSection in interface DebugPane

appendln

public void appendln(java.lang.String text)
Specified by:
appendln in interface DebugPane

write

public void write(java.io.PrintWriter writer)
Specified by:
write in interface Component

indent

public void indent()
Specified by:
indent in interface DebugPane

unindent

public void unindent()
Specified by:
unindent in interface DebugPane


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.