Package gui :: Module SSGridView
[show private | hide private]
[frames | no frames]

Module gui.SSGridView

Static Part of DSheet's graphical user interface.
Authors:
Marc Provost, Hans Vangheluwe (initial prototype)

Contact: marc.provost@mail.mcgill.ca

Organization: McGill University

License: GNU General Public License

Classes
SpreadsheetGridView_Dynamic The layer between the static part of the GUI and the statechart executing its behavior.
SpreadsheetGridView_Static The Static part of the GUI, observing a SSheetData subject.

Exceptions
InvalidKeyError Exception indicating a non-acceptable key was pressed

Variable Summary
str __author__ = 'msdl.cs.mcgill.ca'
str __version__ = '0.8'
tuple COLUMN_FONT = ('Times', 10)
ColumnConvertUtility converter = <utility.ColumnConvertUtility.ColumnConvertU...
ErrorUtility errHandler = <utility.ErrorUtility.ErrorUtility instance...
tuple ROW_FONT = ('Times', 10)
TypeCheckUtility typeChecker = <utility.TypeCheckUtility.TypeCheckUtility...

Variable Details

__author__

Type:
str
Value:
'msdl.cs.mcgill.ca'                                                    

__version__

Type:
str
Value:
'0.8'                                                                  

COLUMN_FONT

Type:
tuple
Value:
('Times', 10)                                                          

converter

Type:
ColumnConvertUtility
Value:
<utility.ColumnConvertUtility.ColumnConvertUtility instance at 0xf6fbc\
0cc>                                                                   

errHandler

Type:
ErrorUtility
Value:
<utility.ErrorUtility.ErrorUtility instance at 0xf6fbcc4c>             

ROW_FONT

Type:
tuple
Value:
('Times', 10)                                                          

typeChecker

Type:
TypeCheckUtility
Value:
<utility.TypeCheckUtility.TypeCheckUtility instance at 0xf6fb8d6c>     

Generated by Epydoc 2.1 on Tue Aug 17 18:20:07 2004 http://epydoc.sf.net