|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hoplugins.commons.ui.DebugWindow
TODO Debug window helper class
Method Summary | |
static void |
debug(java.lang.Exception e)
Appends the stack trace of the given exception to the debug window. |
static void |
debug(java.lang.String s)
Appends the given string to the debug window. |
static void |
setInfoText(java.lang.String text)
Sets info text on HO panel. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void setInfoText(java.lang.String text)
text
- Info textpublic static void debug(java.lang.Exception e)
e
- Exceptionpublic static void debug(java.lang.String s)
s
- String
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |