__init__ ( self, table )
Purpose: Creates a new instance of the class
TableToScreen,
and shows the table on screen. If the environment
variable RAMI_SAM_DIR is set,
the glade file is looked for in that directory,
otherwise looked for in the current directory.
Where multiple
arrays exist within table, the displayed list will
contain multiple columns - the first for the
x-coordinates
and other columns for each array's y-values. Where
an array has no value for the x-coordinate, a 0
shall be inserted to preserve the shape of the
table. Used by: doScreenTable
Uses: libglade, gtk, string
Input: table : Table
Output: None
Preconditions: None
Postconditions: None
SRS Refs: 3.2.1.6c, 5.2.2
Author: mayadm
Date: 22/7/02
|