|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.OutputStream net.uidl.SourceConsole.TextAreaOutputStream
public class SourceConsole.TextAreaOutputStream
Constructor Summary | |
---|---|
SourceConsole.TextAreaOutputStream(javax.swing.JTextArea textArea)
Connect the stream to a TextArea. |
Method Summary | |
---|---|
void |
flush()
Add the contents in the internal buffer to the TextArea and delete the buffer. |
void |
write(int b)
Write to the internal buffer. |
Methods inherited from class java.io.OutputStream |
---|
close, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SourceConsole.TextAreaOutputStream(javax.swing.JTextArea textArea)
Method Detail |
---|
public void flush()
flush
in interface java.io.Flushable
flush
in class java.io.OutputStream
public void write(int b)
write
in class java.io.OutputStream
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |