JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.datasource
Class ErrorDialog

java.lang.Object
  |
  +--com.klg.jclass.datasource.ErrorDialog

public class ErrorDialog
extends Object

This is a class for displaying DataSource errors in a popup dialog.


Constructor Summary
ErrorDialog()
           
 
Method Summary
static void showError(Component component, String message)
           
static void showWarning(Component component, String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorDialog

public ErrorDialog()
Method Detail

showError

public static void showError(Component component,
                             String message)

showWarning

public static void showWarning(Component component,
                               String message)

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