[ENH] LargeLists

Lex Spoon lex at cc.gatech.edu
Mon Aug 20 03:57:37 UTC 2001


from preamble:

"Change Set:		LargeLists
Date:			19 August 2001
Author:			Lex Spoon

Adds an option to PluggableListMorph and friends so that very large
lists can be efficiently displayed.  The trick is to only process list
elements that are currently visible.  To use the functionality, a
pluggable list morph must be supplied with two additional selectors: one
to extract a single element of the list, and another to query the size
of the whole list without calculating the list itself.

Be warned that the model must call update: whenever the list changes,
and in particular whenever the list shrinks.  verifyContents does not
work properly for PLM's that have the two extra selectors specified."!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LargeLists.cs.gz
Type: application/octet-stream
Size: 9459 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20010819/37e80697/LargeLists.cs.obj


More information about the Squeak-dev mailing list