simtools.ui
Class JDialogObjectInfo.Info

java.lang.Object
  extended by simtools.ui.JDialogObjectInfo.Info
Enclosing class:
JDialogObjectInfo

public class JDialogObjectInfo.Info
extends java.lang.Object

Class Info A simple class to display info.


Field Summary
 java.lang.String name
          (String) name: the name of the info.
 java.lang.Object value
          (Object) value: The value of the info.
 
Constructor Summary
JDialogObjectInfo.Info(java.lang.String name, java.lang.Object value)
          Contructor Info
Summary:
The constructor of the class Info.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
(String) name: the name of the info.


value

public java.lang.Object value
(Object) value: The value of the info.

Constructor Detail

JDialogObjectInfo.Info

public JDialogObjectInfo.Info(java.lang.String name,
                              java.lang.Object value)
Contructor Info
Summary:
The constructor of the class Info.

Parameters:
name - The name of the info.
value - The value of the info.