14.2.3 Types of Output Records

14.2.3.1 Standard Output Record Classes

standard-sequence-output-record [Class]
Summary:
The standard class provided by CLIM to store a relatively short sequence of output records; a subclass of output-record. The retrieval complexity of this class is 0(n). Most of the formatted output facilities (such as formatting-table) create output records that are a subclass of standard-sequence-output-record.

standard-tree-output-record [Class]
Summary:
The standard class provided by CLIM to store longer sequences of output records. Typically, the child records of a tree output record will be sorted in some way, such as an ordering on the x and y coordinates of the children. The retrieval complexity of this class is 0(log n).


CLIM 2.0 User's Guide - OCT 1998

Generated with Harlequin WebMaker