Serialized Form


Package EDU.ksu.cis.calculator

Class EDU.ksu.cis.calculator.EmptyDequeException implements Serializable

Class EDU.ksu.cis.calculator.NumericDocument implements Serializable

Serialized Fields

base

int base
The base in which the number is represented.


modified

boolean modified
true iff the document has been modified since its creation.

Class EDU.ksu.cis.calculator.UserInterface implements Serializable

Serialized Fields

modelLoc

String modelLoc
The package containing the calculator model, terminated by a period.


uiName

String uiName
The class used as the user interface. This class must implement CalculatorUI.


Package EDU.ksu.cis.calculator.jnlpui

Class EDU.ksu.cis.calculator.jnlpui.ScrollingDisplay implements Serializable