|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.betabeans.scroogexhtml.debugging.EmptyDebugger
public final class EmptyDebugger
Debugger implementation with empty methods.
| 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 | |
|---|---|
EmptyDebugger()
|
|
| Method Summary | |
|---|---|
boolean |
isDebugMode()
Gets the debugMode attribute of the EmptyDebugger object. |
void |
setDebugMode(boolean adebugMode)
Sets the debugMode attribute of the EmptyDebugger object. |
void |
setDocument(Document adocument)
Sets the document attribute of the EmptyDebugger object. |
void |
write(java.lang.String acolor,
char adebugChar)
Write nothing to nowhere. |
void |
write(java.lang.String acolor,
java.lang.String adebugText)
Write nothing to nowhere. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmptyDebugger()
| Method Detail |
|---|
public void setDocument(Document adocument)
setDocument in interface DebugInterfaceadocument - The new document valuepublic void setDebugMode(boolean adebugMode)
setDebugMode in interface DebugInterfaceadebugMode - The new debugMode valuepublic boolean isDebugMode()
isDebugMode in interface DebugInterface
public void write(java.lang.String acolor,
java.lang.String adebugText)
write in interface DebugInterfaceacolor - HTML color code.adebugText - The message to be written.
public void write(java.lang.String acolor,
char adebugChar)
write in interface DebugInterfaceacolor - HTML color code.adebugChar - The character to be written.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||