com.sdm.quasar.client.swing.systeminfo
Class SystemInfoDialogHelper

java.lang.Object
  extended bycom.sdm.quasar.client.swing.systeminfo.SystemInfoDialogHelper

public final class SystemInfoDialogHelper
extends java.lang.Object

A helper class for displaying the system info dialog.

Version:
1.$Revision$
Author:
Thomas Wolf

Field Summary
static java.lang.String SYSTEM_INFO_DIALOG_ID
          The dialog id for the system info dialog.
 
Method Summary
static void showSystemInfoDialog(DialogControl dialogControl)
          Shows up the system info dialog depending on the DialogControl given.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYSTEM_INFO_DIALOG_ID

public static final java.lang.String SYSTEM_INFO_DIALOG_ID
The dialog id for the system info dialog.

See Also:
Constant Field Values
Method Detail

showSystemInfoDialog

public static void showSystemInfoDialog(DialogControl dialogControl)
Shows up the system info dialog depending on the DialogControl given.

Parameters:
dialogControl - the DialogControl to use