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
-
displayMsgDialog(String)
- method to throw dialog with message.
-
displayMsgDialog(String, boolean)
- method to display message in a dialog in a separate thread
-
displayMsgToLog(String, String)
- method to display message to log window
-
getInstance()
- Method to return an instance of ComputedColAdapterUIHelper, a.k.a singleton pattern
displayMsgDialog
public void displayMsgDialog(String msg)
- method to throw dialog with message.
Internally uses JOptionPane
- Parameters:
- message - message to be displayed
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
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
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