JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.swing
Class JCMessageHelper

java.lang.Object
  |
  +--com.klg.jclass.util.swing.JCMessageHelper

public class JCMessageHelper
extends Object

Invokes JOptionPane in a thread-safe manner.


Constructor Summary
JCMessageHelper()
           
 
Method Summary
static void showError(String title, String message)
           
static void showInformation(String title, String message)
           
static void showMessage(Component parentComponent, String title, String message, int messageType)
           
static void showMessage(Component parentComponent, String title, String message, int messageType, boolean beep)
           
static void showMessage(String title, String message, int messageType)
           
static void showWarning(String title, String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCMessageHelper

public JCMessageHelper()
Method Detail

showError

public static void showError(String title,
                             String message)

showInformation

public static void showInformation(String title,
                                   String message)

showWarning

public static void showWarning(String title,
                               String message)

showMessage

public static void showMessage(String title,
                               String message,
                               int messageType)

showMessage

public static void showMessage(Component parentComponent,
                               String title,
                               String message,
                               int messageType)

showMessage

public static void showMessage(Component parentComponent,
                               String title,
                               String message,
                               int messageType,
                               boolean beep)

Copyright © 2004 Quest Software Inc..
All rights reserved.