public interface IlvContainerTemplate
IlvViewContainer
instances.
IlvDocumentViewConfiguration
instances defined from the settings.
In turn, view configurations use a container template for creating the view
containers that will contain document views.
IlvMainWindow.getContainerTemplate(java.lang.String)
)
registered with the name returned with IlvDocumentViewConfiguration.getTemplateName()
.
Two types of container template are defined for the two types of view container:
IlvSingleContainerTemplate
that provides static view container instances (see IlvAbstractStaticViewContainer
).IlvMDIContainerTemplate
that creates IlvMDIViewContainer
instances.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.