|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DebugInterface
Debug Interface for embedded output
Field Summary | |
---|---|
static java.lang.String |
CL_FONT
Font names are gray. |
static java.lang.String |
CL_INFO
Additional informations are black. |
static java.lang.String |
CL_PARAM
Parameter values are blue. |
static java.lang.String |
CL_PARSED
Parsed RTF code is green. |
static java.lang.String |
CL_UNKNOWN
Unknown RTF code is red. |
static java.lang.String |
CL_WARN
Warnings are yellow. |
Method Summary | |
---|---|
boolean |
isDebugMode()
Gets the debugMode attribute of the DebugInterface object. |
void |
setDebugMode(boolean adebugMode)
Enable/disable the debug mode. |
void |
setDocument(Document adocument)
Sets the document attribute of the DebugInterface object. |
void |
write(java.lang.String acolor,
char adebugChar)
Write a character to the debugger. |
void |
write(java.lang.String acolor,
java.lang.String adebugText)
Write a string to the debugger. |
Field Detail |
---|
static final java.lang.String CL_PARSED
static final java.lang.String CL_UNKNOWN
static final java.lang.String CL_PARAM
static final java.lang.String CL_INFO
static final java.lang.String CL_WARN
static final java.lang.String CL_FONT
Method Detail |
---|
void setDocument(Document adocument)
adocument
- The new document valuevoid setDebugMode(boolean adebugMode)
adebugMode
- The new debugMode valueboolean isDebugMode()
void write(java.lang.String acolor, java.lang.String adebugText)
acolor
- HTML color code.adebugText
- The message to be written.void write(java.lang.String acolor, char adebugChar)
acolor
- 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 |