| java.lang.Object com.google.gwt.dev.util.log.DetachedTreeLoggerWindow
DetachedTreeLoggerWindow | public class DetachedTreeLoggerWindow implements Runnable(Code) | | Useful for debugging, this class manages to standalone window
and provides access to a logger you can use to write to it.
|
getInstance | public static synchronized DetachedTreeLoggerWindow getInstance(String caption, int width, int height, boolean autoScroll)(Code) | | Provides a reference to a singleton DetachedTreeLoggerWindow .
Parameters: caption - the text to appear in the windows title bar. Parameters: width - the widget of the window Parameters: height - the height of the window Parameters: autoScroll - whether or not the window should autoscroll as output isproduced a proxy object providing limited control of the window. |
isRunning | public synchronized boolean isRunning()(Code) | | |
|
|