mk.fsgrep.util.output
Class DialogOutput

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

public class DialogOutput
extends OutputDestination

Send output to a notification dialog.

Author:
Murali Krishnan

Constructor Summary
DialogOutput(java.awt.Component pParent)
           
 
Method Summary
protected  java.awt.Component getParent()
           
 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

DialogOutput

public DialogOutput(java.awt.Component pParent)
Method Detail

getParent

protected java.awt.Component getParent()

print

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


Copyright © 2009. All Rights Reserved.