public class TextAreaWriter
extends java.io.Writer
Constructor and Description |
---|
TextAreaWriter(javax.swing.JTextArea textArea)
Constructs a new TextAreaWriter around the given text area component.
|
public TextAreaWriter(javax.swing.JTextArea textArea)
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.Writer
public void flush()
flush
in interface java.io.Flushable
flush
in class java.io.Writer
public void write(char[] cbuf, int off, int len)
write
in class java.io.Writer
Copyright © 2014 Open Microscopy Environment