mk.fsgrep.util.output
Class TextAreaOutput

java.lang.Object
  extended by mk.fsgrep.util.output.OutputDestination
      extended by mk.fsgrep.util.output.TextAreaOutput

public class TextAreaOutput
extends OutputDestination

Send output to a given file.

Author:
Murali Krishnan

Constructor Summary
TextAreaOutput(javax.swing.JTextArea pTextArea)
           
 
Method Summary
protected  javax.swing.JTextArea getTextArea()
           
 void print(java.lang.String string)
           
 
Methods inherited from class mk.fsgrep.util.output.OutputDestination
close, flush, print, println, println
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAreaOutput

public TextAreaOutput(javax.swing.JTextArea pTextArea)
Method Detail

getTextArea

protected javax.swing.JTextArea getTextArea()

print

public void print(java.lang.String string)
Specified by:
print in class OutputDestination


Copyright © 2009. All Rights Reserved.