Package com.pixelmed.utils
Class ScrollingTextAreaWriter
java.lang.Object
java.io.Writer
com.pixelmed.utils.ScrollingTextAreaWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
A class to write log and status messages to a PrintStream
such as System.err
.
-
Field Details
-
loggerTextArea
-
-
Constructor Details
-
ScrollingTextAreaWriter
-
-
Method Details
-
close
public void close() -
flush
public void flush() -
write
public void write(char[] c, int off, int len)
-