|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvContainerTemplate
Defines templates for creating IlvViewContainer instances.
When a document template is requested for creating a document and its
associated views, this template delegates the creation of views to its associated
IlvDocumentViewConfiguration instances defined from the settings.
In turn, view configurations use a container template for creating the view
containers that will contain document views.
View configurations find their associated container template in the
main window of the application, asking the main window to return
the container template (see 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.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||