kawa

Class TextAreaWriter

public class TextAreaWriter extends Writer

A Writer that appends its output to a TextArea. Based on code from Albert L. Ting" .
Constructor Summary
TextAreaWriter(TextArea area)
Method Summary
voidclose()
voidflush()
voidwrite(int x)
voidwrite(String str)
voidwrite(char[] data, int off, int len)

Constructor Detail

TextAreaWriter

public TextAreaWriter(TextArea area)

Method Detail

close

public void close()

flush

public void flush()

write

public void write(int x)

write

public void write(String str)

write

public void write(char[] data, int off, int len)