edu.princeton.toy
Class TOptionsFrame.IntStruct

java.lang.Object
  extended by edu.princeton.toy.TOptionsFrame.IntStruct
Enclosing class:
TOptionsFrame

protected static class TOptionsFrame.IntStruct
extends Object

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

value

protected int value
Constructor Detail

TOptionsFrame.IntStruct

protected TOptionsFrame.IntStruct()
Instantiates a new IntStruct.


TOptionsFrame.IntStruct

protected TOptionsFrame.IntStruct(TOptionsFrame.IntStruct intStruct)
Instantiates a new IntStruct.


TOptionsFrame.IntStruct

protected TOptionsFrame.IntStruct(int value)
Instantiates a new IntStruct.

Method Detail

toString

public String toString()
Override toString to output the value of the IntStruct.

Overrides:
toString in class Object