From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../swing/systeminfo/SystemInfoDialogHelper.html | 270 +++++++++++++++++++++ 1 file changed, 270 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/swing/systeminfo/SystemInfoDialogHelper.html (limited to 'Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/swing/systeminfo/SystemInfoDialogHelper.html') diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/swing/systeminfo/SystemInfoDialogHelper.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/swing/systeminfo/SystemInfoDialogHelper.html new file mode 100644 index 0000000..d12542b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/swing/systeminfo/SystemInfoDialogHelper.html @@ -0,0 +1,270 @@ + + + + + + +SystemInfoDialogHelper (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +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.StringSYSTEM_INFO_DIALOG_ID + +
+          The dialog id for the system info dialog.
+  + + + + + + + + + + + + + + +
+Method Summary
+static voidshowSystemInfoDialog(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
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3