cryptix.util.gui
public class TextAreaWriter extends Writer
flush() or close() is called.
Copyright © 1998
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.1 $
Since: Cryptix 3.0.4
| Constructor Summary | |
|---|---|
| TextAreaWriter(TextArea ta)
Creates a TextAreaWriter for the given TextArea. | |
| Method Summary | |
|---|---|
| void | close() |
| void | flush() |
| void | write(char[] ca, int offset, int length) |
| void | write(String s) |
| void | write(String s, int offset, int length) |