|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--edu.princeton.toy.TOptionsFrame.IntStruct
IntStruct is a simple structure that encapsulates an integer.
| Field Summary | |
protected int |
value
|
| Constructor Summary | |
protected |
TOptionsFrame.IntStruct()
Instantiates a new IntStruct. |
protected |
TOptionsFrame.IntStruct(int value)
Instantiates a new IntStruct. |
protected |
TOptionsFrame.IntStruct(TOptionsFrame.IntStruct intStruct)
Instantiates a new IntStruct. |
| Method Summary | |
String |
toString()
Override toString to output the value of the IntStruct. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected int value
| Constructor Detail |
protected TOptionsFrame.IntStruct()
protected TOptionsFrame.IntStruct(TOptionsFrame.IntStruct intStruct)
protected TOptionsFrame.IntStruct(int value)
| Method Detail |
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||