TableInterfacesSpec

TableInterfacesSpec

Superclass
TableValuesSpec

Subclasses
none

Referenced By
EditorValues, ReportModel

This class specifies how all the tables of an editor should look.  It holds a collection of
table specs.  Table specs can be added.  A total table spec, which represents the total of
the tables given so far, can also be added.  The dependent columns information can also be
added here.

Instance variables:
windowLabel <String> The name of the window.
editorClass <ApplicationModel> The class of the editor to open that will hold the table interfaces created from the specs.
canFillValues <Boolean> True if the specs should fill the values. If not true, then it is assumed that the table cells will be filled in some other way.
totalFormat <Symbol> The format of all the tables.
columnLabels <Array of: String> An array of labels for the columns of the table interface Developed By: Joseph W. Yoder (yoder@cs.uiuc.edu) and Jee Ku (jku@cat.ncsa.uiuc.edu)

Potential problems with this comment:
	Instance variable not commented - 
		dependentColumnsSpec