Class symantec.itools.db.beans.util.LogWindowHelper
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.util.LogWindowHelper

Object
   |
   +----symantec.itools.db.beans.util.LogWindowHelper

public class LogWindowHelper
extends Object
implements Serializable
Helper class for displaying messages to LogWindow

Version:
1.0 09/30/98
Author:
Puru Balakrishnan

Method Index

 o displayMsgDialog(String)
method to throw dialog with message.
 o displayMsgDialog(String, boolean)
method to display message in a dialog in a separate thread
 o displayMsgToLog(String, String)
method to display message to log window
 o getInstance()
Method to return an instance of ComputedColAdapterUIHelper, a.k.a singleton pattern

Methods

 o displayMsgDialog
public void displayMsgDialog(String msg)
method to throw dialog with message. Internally uses JOptionPane

Parameters:
message - message to be displayed
 o displayMsgDialog
public void displayMsgDialog(String msg,
                             boolean sepThread)
method to display message in a dialog in a separate thread

Parameters:
title - for the message
true - or false
 o displayMsgToLog
public void displayMsgToLog(String title,
                            String message)
method to display message to log window

Parameters:
title - title for the message
message - actual message content
 o getInstance
public static synchronized symantec.itools.db.beans.util.LogWindowHelper getInstance()
Method to return an instance of ComputedColAdapterUIHelper, a.k.a singleton pattern

Returns:
instance of this class

All Packages  Class Hierarchy  This Package  Previous  Next  Index