hoplugins.commons.ui
Class DebugWindow

java.lang.Object
  extended byhoplugins.commons.ui.DebugWindow

public class DebugWindow
extends java.lang.Object

TODO Debug window helper class

Author:
kenmooda

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

setInfoText

public static void setInfoText(java.lang.String text)
Sets info text on HO panel.

Parameters:
text - Info text

debug

public static void debug(java.lang.Exception e)
Appends the stack trace of the given exception to the debug window. The debug window is set visible, if it is hidden or it has been closed.

Parameters:
e - Exception

debug

public static void debug(java.lang.String s)
Appends the given string to the debug window. The debug window is set visible, if it is hidden or it has been closed.

Parameters:
s - String


Copyright © 2005 Hattrick Organizer Plugins Project. All Rights Reserved.