net.cjb.teutoburgo.otp4u.util
Class MessagesPrinter

java.lang.Object
  |
  +--net.cjb.teutoburgo.otp4u.util.MessagesPrinter

public class MessagesPrinter
extends java.lang.Object

OTP4U 0.9 - Class MessagesPrinter (used to print the help, warranty, etc. messages) Creation date: (30/08/2002 16.50.29)


Field Summary
(package private)  boolean isGUI
           
 
Constructor Summary
MessagesPrinter()
           
MessagesPrinter(boolean isGUI)
           
 
Method Summary
 java.lang.String flushLog()
          Returns to the GUI application the String of the log messages.
 void printCopyright()
           
 void printHelp()
           
 void printHelpGUI()
           
 void printLicenseGUI()
           
 void printNoWarranty()
           
 void sCatchException()
           
 void sCatchException(java.lang.String message)
           
 void sPrintLog(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isGUI

boolean isGUI
Constructor Detail

MessagesPrinter

public MessagesPrinter()

MessagesPrinter

public MessagesPrinter(boolean isGUI)
Method Detail

sPrintLog

public void sPrintLog(java.lang.String s)

flushLog

public java.lang.String flushLog()
Returns to the GUI application the String of the log messages.

sCatchException

public void sCatchException()

sCatchException

public void sCatchException(java.lang.String message)

printCopyright

public void printCopyright()

printNoWarranty

public void printNoWarranty()

printHelpGUI

public void printHelpGUI()

printLicenseGUI

public void printLicenseGUI()

printHelp

public void printHelp()