|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.TextAreaOutputStream
public class TextAreaOutputStream
This class use a textArea as an OutputStream.
Creation date: 4 janv. 2006
| Constructor Summary | |
|---|---|
TextAreaOutputStream(javax.swing.JTextArea out)
|
|
| Method Summary | |
|---|---|
javax.swing.JTextArea |
getTextArea()
|
void |
write(int b)
|
| Methods inherited from class java.io.OutputStream |
|---|
close, flush, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextAreaOutputStream(javax.swing.JTextArea out)
| Method Detail |
|---|
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic javax.swing.JTextArea getTextArea()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||