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 --- .../quasar/client/swing/systeminfo/NodeInfo.html | 388 +++++++++++++++++++++ 1 file changed, 388 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/swing/systeminfo/NodeInfo.html (limited to 'Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/swing/systeminfo/NodeInfo.html') diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/swing/systeminfo/NodeInfo.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/swing/systeminfo/NodeInfo.html new file mode 100644 index 0000000..d3da41f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/swing/systeminfo/NodeInfo.html @@ -0,0 +1,388 @@ + + + + + + +NodeInfo (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.swing.systeminfo +
+Class NodeInfo

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.swing.systeminfo.NodeInfo
+
+
+
+
public class NodeInfo
extends java.lang.Object
+ +

+

+
Version:
+
1.$Revision$
+
Author:
+
Thomas Wolf
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
NodeInfo(SystemInfoNode systemInfoNode) + +
+          Creates a new NodeInfo.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetDetailText() + +
+          Returns the String.
+ javax.swing.ImageIcongetIcon() + +
+          Returns the ImageIcon.
+ SystemInfoNodegetSystemInfoNode() + +
+          Returns the SystemInfoNode.
+ java.lang.StringgetText() + +
+          Returns the String.
+ voidsetDetailText(java.lang.String detailText) + +
+          Sets the String to the given value.
+ voidsetIcon(javax.swing.ImageIcon icon) + +
+          Sets the ImageIcon to the given value.
+ voidsetText(java.lang.String text) + +
+          Sets the String to the given value.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+NodeInfo

+
+public NodeInfo(SystemInfoNode systemInfoNode)
+
+
Creates a new NodeInfo. +

+

+ + + + + + + + +
+Method Detail
+ +

+getSystemInfoNode

+
+public SystemInfoNode getSystemInfoNode()
+
+
Returns the SystemInfoNode. +

+

+
+
+
+
+ +

+getDetailText

+
+public java.lang.String getDetailText()
+
+
Returns the String. +

+

+
+
+
+
+ +

+setDetailText

+
+public void setDetailText(java.lang.String detailText)
+
+
Sets the String to the given value. +

+

+
Parameters:
detailText - the String to set.
+
+
+
+ +

+getIcon

+
+public javax.swing.ImageIcon getIcon()
+
+
Returns the ImageIcon. +

+

+
+
+
+
+ +

+setIcon

+
+public void setIcon(javax.swing.ImageIcon icon)
+
+
Sets the ImageIcon to the given value. +

+

+
Parameters:
icon - the ImageIcon to set.
+
+
+
+ +

+getText

+
+public java.lang.String getText()
+
+
Returns the String. +

+

+
+
+
+
+ +

+setText

+
+public void setText(java.lang.String text)
+
+
Sets the String to the given value. +

+

+
Parameters:
text - the String to set.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3