be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents
Class TextAreaOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.TextAreaOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class TextAreaOutputStream
extends java.io.OutputStream

This class use a textArea as an OutputStream.

Creation date: 4 janv. 2006

Author:
Ga�l Monfort (monfort@run.montefiore.ulg.ac.be)

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

TextAreaOutputStream

public TextAreaOutputStream(javax.swing.JTextArea out)
Method Detail

write

public void write(int b)
           throws java.io.IOException
Specified by:
write in class java.io.OutputStream
Throws:
java.io.IOException

getTextArea

public javax.swing.JTextArea getTextArea()


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.