All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.io.Writer
|
+----cryptix.util.gui.TextAreaWriter
flush() or close() is called.
Copyright © 1998
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.1 $
public TextAreaWriter(TextArea ta)
public void write(char ca[],
int offset,
int length)
public void write(String s)
public void write(String s,
int offset,
int length)
public void flush()
public void close()
All Packages Class Hierarchy This Package Previous Next Index