Serialized Form


Package unl.cusack.estimator

Class unl.cusack.estimator.EstimatorController implements Serializable

Serialized Fields

numberOfEstimates

javax.swing.JTextField numberOfEstimates

firstEstimate

javax.swing.JTextField firstEstimate

estimateInterval

javax.swing.JTextField estimateInterval

theButton

javax.swing.JButton theButton

myModel

EstimatorModel myModel

Class unl.cusack.estimator.EstimatorView1 implements Serializable

Serialized Fields

myModel

EstimatorModel myModel

output

javax.swing.JTextArea output

Class unl.cusack.estimator.EstimatorView2 implements Serializable

Serialized Fields

minY

double minY

maxY

double maxY

vScale

double vScale

hScale

double hScale

myModel

EstimatorModel myModel

Class unl.cusack.estimator.PiEstimator implements Serializable

Serialized Fields

model

PiEstimatorModel model

controller

EstimatorController controller

view1

EstimatorView1 view1

view2

EstimatorView2 view2