TableInterfaceSpec

TableInterfaceSpec

Superclass
TableValuesSpec

Subclasses
none

Referenced By
EditorValues, TableInterfacesSpec

This class holds a collection of row specs.  It specifies how to make one table interface. 
It has various methods for specifying what kinds of rows this table should have.

Instance variables:
name <String> The name of the table, and also the label if desired.
hasLabel <Boolean> If a label should be created right above the table interface, true.
isRowSelected <Boolean> Either select an entire row (true) or each cell when clicked using a mouse. Developed By: Joseph W. Yoder (yoder@cs.uiuc.edu) and Jee Ku (jku@cat.ncsa.uiuc.edu)