All Manuals > Common Lisp Interface Manager 2.0 User's Guide > Chapter 14 Output Recording and Redisplay > 14.2 CLIM Operators for Output Recording > 14.2.3 Types of Output Records

NextPrevUpTopContentsIndex

14.2.3.1 Standard Output Record Classes

standard-sequence-output-record

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

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).


Common Lisp Interface Manager 2.0 User's Guide - 20 Sep 2011

NextPrevUpTopContentsIndex