home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 May / maximum-cd-2010-05.iso / DiscContents / boxee-0.9.20.10711.exe / system / python / Lib / plat-mac / lib-scriptpackages / StdSuites / Table_Suite.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-07-20  |  2.8 KB  |  90 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. '''Suite Table Suite: Classes for manipulating tables
  5. Level 1, version 1
  6.  
  7. Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
  8. AETE/AEUT resource version 1/0, language 0, script 0
  9. '''
  10. import aetools
  11. import MacOS
  12. _code = 'tbls'
  13.  
  14. class Table_Suite_Events:
  15.     pass
  16.  
  17.  
  18. class cell(aetools.ComponentItem):
  19.     '''cell - A cell '''
  20.     want = 'ccel'
  21.  
  22.  
  23. class _Prop_formula(aetools.NProperty):
  24.     '''formula - the formula of the cell '''
  25.     which = 'pfor'
  26.     want = 'ctxt'
  27.  
  28.  
  29. class _Prop_protection(aetools.NProperty):
  30.     '''protection - Indicates whether value or formula in the cell can be changed '''
  31.     which = 'ppro'
  32.     want = 'prtn'
  33.  
  34. cells = cell
  35.  
  36. class column(aetools.ComponentItem):
  37.     '''column - A column '''
  38.     want = 'ccol'
  39.  
  40.  
  41. class _Prop_name(aetools.NProperty):
  42.     '''name - the name of the column '''
  43.     which = 'pnam'
  44.     want = 'itxt'
  45.  
  46. columns = column
  47.  
  48. class rows(aetools.ComponentItem):
  49.     '''rows -  '''
  50.     want = 'crow'
  51.  
  52. row = rows
  53.  
  54. class tables(aetools.ComponentItem):
  55.     '''tables -  '''
  56.     want = 'ctbl'
  57.  
  58. table = tables
  59. cell._superclassnames = []
  60. cell._privpropdict = {
  61.     'formula': _Prop_formula,
  62.     'protection': _Prop_protection }
  63. cell._privelemdict = { }
  64. column._superclassnames = []
  65. column._privpropdict = {
  66.     'name': _Prop_name }
  67. column._privelemdict = { }
  68. rows._superclassnames = []
  69. rows._privpropdict = { }
  70. rows._privelemdict = { }
  71. tables._superclassnames = []
  72. tables._privpropdict = { }
  73. tables._privelemdict = { }
  74. _Enum_prtn = {
  75.     'read_only': 'nmod',
  76.     'formulas_protected': 'fpro',
  77.     'read_2f_write': 'modf' }
  78. _classdeclarations = {
  79.     'ccel': cell,
  80.     'ccol': column,
  81.     'crow': rows,
  82.     'ctbl': tables }
  83. _propdeclarations = {
  84.     'pfor': _Prop_formula,
  85.     'pnam': _Prop_name,
  86.     'ppro': _Prop_protection }
  87. _compdeclarations = { }
  88. _enumdeclarations = {
  89.     'prtn': _Enum_prtn }
  90.