|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.betabeans.scroogexhtml.debugging.DefaultDebugger
public final class DefaultDebugger
Simple debugger implementation.
| Field Summary |
|---|
| Fields inherited from interface de.betabeans.scroogexhtml.debugging.DebugInterface |
|---|
CL_FONT, CL_INFO, CL_PARAM, CL_PARSED, CL_UNKNOWN, CL_WARN |
| Constructor Summary | |
|---|---|
DefaultDebugger()
|
|
| Method Summary | |
|---|---|
boolean |
isDebugMode()
Gets the debugMode attribute of the Debugger object. |
void |
setDebugMode(boolean adebugMode)
Sets the debugMode attribute of the Debugger object. |
void |
setDocument(Document adocument)
Sets the document attribute of the Debugger object. |
void |
write(java.lang.String color,
char debugChar)
Write a character to the debugger. |
void |
write(java.lang.String color,
java.lang.String debugText)
Write a string to the debugger. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultDebugger()
| Method Detail |
|---|
public void setDebugMode(boolean adebugMode)
setDebugMode in interface DebugInterfaceadebugMode - The new debugMode valuepublic void setDocument(Document adocument)
setDocument in interface DebugInterfaceadocument - The new document valuepublic boolean isDebugMode()
isDebugMode in interface DebugInterface
public void write(java.lang.String color,
java.lang.String debugText)
write in interface DebugInterfacedebugText - The message to be written.color - HTML color code.
public void write(java.lang.String color,
char debugChar)
write in interface DebugInterfacecolor - HTML color code.debugChar - The character to be written.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||