

This program illustrates how several StringViews can share the same model.
It creates two StringViews that share a single model UI_StringSequence.
It maintains an auxiliary set of strings (which is not shown) and moves
strings between the model StringSequence and the auxiliary set.

This program also illustrates handling menu events as child events of a
Composite (in the HandleChildEvent method) without using event dependents.


M. A. Sridhar
July 23, 1995

