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.String getDetailText()
          Returns the String.
 javax.swing.ImageIcon getIcon()
          Returns the ImageIcon.
 SystemInfoNode getSystemInfoNode()
          Returns the SystemInfoNode.
 java.lang.String getText()
          Returns the String.
 void setDetailText(java.lang.String detailText)
          Sets the String to the given value.
 void setIcon(javax.swing.ImageIcon icon)
          Sets the ImageIcon to the given value.
 void setText(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.