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.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Writerpublic void flush()
flush in interface java.io.Flushableflush in class java.io.Writerpublic void write(char[] cbuf,
int off,
int len)
write in class java.io.WriterCopyright © 2014 Open Microscopy Environment