|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimtools.ui.JDialogObjectInfo.Info
public class JDialogObjectInfo.Info
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 |
---|
public java.lang.String name
public java.lang.Object value
Constructor Detail |
---|
public JDialogObjectInfo.Info(java.lang.String name, java.lang.Object value)
name
- The name of the info.value
- The value of the info.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |