Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

OutDialog Class Reference

A dialog (window) to print output and error information. More...

List of all members.

Public Methods

 OutDialog (JFrame parent, int nrLinesOutput, int nrLinesError, int lineWidth)
 Constructor. More...

OutputStreamArea getOutputText ()
 Get the text output part. More...

ErrorStreamArea getErrorText ()
 Get the error text part. More...


Static Public Methods

void printOutput (String str)
 Print the given message in the output text part. More...

void printlnOutput (String str)
 Print the given message in the output text part and add a newline. More...

void printError (String str)
 Print the given message in the error text part. More...

void printlnError (String str)
 Print the given message in the error text part and add a newline. More...


Detailed Description

A dialog (window) to print output and error information.

Contains an OutputStreamArea and an ErrorStreamArea.


Constructor & Destructor Documentation

OutDialog::OutDialog JFrame    parent,
int    nrLinesOutput,
int    nrLinesError,
int    lineWidth
[inline]
 

Constructor.


Member Function Documentation

void OutDialog::printOutput String    str [inline, static]
 

Print the given message in the output text part.

void OutDialog::printlnOutput String    str [inline, static]
 

Print the given message in the output text part and add a newline.

void OutDialog::printError String    str [inline, static]
 

Print the given message in the error text part.

void OutDialog::printlnError String    str [inline, static]
 

Print the given message in the error text part and add a newline.

OutputStreamArea OutDialog::getOutputText   [inline]
 

Get the text output part.

ErrorStreamArea OutDialog::getErrorText   [inline]
 

Get the error text part.


The documentation for this class was generated from the following file:
Generated on Tue Jan 8 14:14:26 2002 for JavaReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001