Style Intelligence v12.0

inetsoft.sree.viewer
Class MessageDialog

java.lang.Object
  extended by inetsoft.sree.viewer.MessageDialog

public class MessageDialog
extends Object

Error message console.


Constructor Summary
MessageDialog()
           
 
Method Summary
static void init(Window frame)
          Initialize the message window, and use the window as the parent.
static void show(String msg)
          Show a message.
static void show(Throwable e)
          Show a message.
static void showDialog(boolean front)
          Popup window.
static void showDialog(boolean front, boolean isFocusListener)
          Popup window.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageDialog

public MessageDialog()
Method Detail

init

public static void init(Window frame)
Initialize the message window, and use the window as the parent.


show

public static void show(String msg)
Show a message.


show

public static void show(Throwable e)
Show a message.


showDialog

public static void showDialog(boolean front,
                              boolean isFocusListener)
Popup window.


showDialog

public static void showDialog(boolean front)
Popup window.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.