home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / chapm20.zip / SysExten.cha < prev    next >
Text File  |  1995-06-22  |  3KB  |  112 lines

  1. CHAPMAN
  2. Version: 2.0
  3. Name: 'System Extensions'
  4. Time: '22.06.95 21.19.32'
  5.  
  6. OrganizationOnly: false
  7.  
  8. SubapplicationNames...: . 
  9. SubapplicationFilenames...: . 
  10.  
  11. ExtraSymbols...: . 
  12.  
  13. FileName: SysExten
  14.  
  15. Comments: 
  16.     'This class contained various extensions to system classes as well as 
  17. some other helper classes which are likely to be reused in other application.'
  18.  
  19. 'Init Code:' ''
  20.  
  21. 'Finalize Code:' ''
  22.  
  23. 'Class Template:' <default>
  24.  
  25. 'Method Template:' <default>
  26.  
  27. 'Method Comment Template:' <default>
  28.  
  29. Copyright: <default>
  30.  
  31. LibraryBuilderScripts...: . 
  32.  
  33. OwnedClasses...: ChFormatter ChAsciiFormatter ChRtfFormatter 
  34.     ChRtfAmiProFormatter ChPattern ChWildPattern ChTree ChMultiTree . 
  35. RequiredClasses...: Collection IndexedCollection String File 
  36.     Date Stream . 
  37. 'ChFormatter ClassComments:' 
  38.     'This is an abstract class which provides the public protocol to output text in a formatted way.
  39.  
  40. New paragraph indents (leftIndent, firstLineIndent, rightIndent) must occur before any text for the current paragraph has been written to the receiver. The settings take effect for the current paragraph.
  41.  
  42. 22.05.95 ch Creation. Copyright (c) 1995.
  43. @
  44. Variable description:
  45.  
  46. .braces : <Integer>. Holds a count of the currently open environments.
  47. .firstLineIndent : <Integer>. The indention of the current paragraph in native 
  48.    format of the concrete subclass.
  49. .leftIndent : <Integer>. The left indention of the current paragraph in native
  50.    format the concrete subclass.
  51. .rightIndent : <Integer>. The left indention of the current paragraph in native
  52.    format the concrete subclass.
  53. .stream : <Stream>. The output stream.'
  54.  
  55. 'ChAsciiFormatter ClassComments:' 
  56.     'This is a concrete subclass of ChFormatter, which handles formatting for ascii streams.
  57.  
  58. 22.05.95 ch Creation. Copyright (c) 1995.
  59. @
  60. Variable description:
  61.  
  62. .useTabs : <Boolean>. Use tabs for left idention if this value is true.
  63. .width : <Integer>. A variable specifiying the width of the formatted text in characters.
  64. .currentLinesize : <Integer>. A private variable, which hold the current line size.'
  65.  
  66. 'ChRtfFormatter ClassComments:' 
  67.     '22.05.95 ch Creation. Copyright (c) 1995.
  68. @
  69. Variable description: '
  70.  
  71. 'ChRtfAmiProFormatter ClassComments:' 
  72.     'This is just a ChRtfFormatter, with a fix for the defective AmiPro RTF file importer.
  73.  
  74. 22.05.95 ch Creation. Copyright (c) 1995.
  75. @
  76. Variable description:'
  77.  
  78. 'Collection Methods...:' hasElement: intersect: . 
  79.  
  80. 'Collection class Methods...:' . 
  81.  
  82. 'IndexedCollection Methods...:' hasElement:between:and: 
  83.     identityIndexOf: identityIndexOf:ifAbsent: . 
  84.  
  85. 'IndexedCollection class Methods...:' . 
  86.  
  87. 'ChTree ClassComments:' 
  88.     'ChTree is used to represent a tree. ChTree is a tree node.
  89.  
  90. 23.03.95  Creation. Copyright (c) 1995.
  91. @
  92. Variable description:
  93.  
  94. .object : the object for the node'
  95.  
  96. 'String Methods...:' formatLeftString:width: 
  97.     replacePortableEscapeCharacters replaceString:with: . 
  98.  
  99. 'String class Methods...:' . 
  100.  
  101. 'File Methods...:' . 
  102.  
  103. 'File class Methods...:' renameTemp:to:backups: . 
  104.  
  105. 'Date Methods...:' . 
  106.  
  107. 'Date class Methods...:' fromStringExtended: . 
  108.  
  109. 'Stream Methods...:' skipLessThan: skipSeparators . 
  110.  
  111. 'Stream class Methods...:' . 
  112.