NestedCompositeWrapper

NestedCompositeWrapper

Superclass
CompositeWrapper

Subclasses
CatModelWrapper

Referenced By
none

This class opens the models, but it also has the capability to put a bunch of models inside
one subcanvas, so that all the models can be scrolled together.  This information is
specified in ModelInfo by setting isWindowScrollable to true.

Instance variables:
subCanvasModels <OrderedCollection of: ApplicationModel> The models that should be put into one subcanvas.
subCanvasName <String> The name of the ModelInfo that holds the subcanvas model. Developed By: Joseph W. Yoder (yoder@cs.uiuc.edu) and Jee Ku (jku@cat.ncsa.uiuc.edu)