ilog.views.appframe.docview
Interface IlvSingleContainerTemplate
- All Superinterfaces:
- IlvContainerTemplate
public interface IlvSingleContainerTemplate
- extends IlvContainerTemplate
Defines container templates that handle static view containers.
An explanation about static and MDI view containers is given in the
class IlvViewContainer.
Two common use cases of this
single container template are:
- SDI documents: only one
document of an SDI document template can be open at a time. Workspace
documents are typically SDI documents. Their views are usually inserted
in a bar on the left side of the application main window. The same bar, the
view container, is used for opening all the workspace documents. When opening
a new document, the view(s) of the bar are initialized with the new document.
- Palette container: The container template handles a
palette container that visualizes the active document. For example, it can
be a floatable frame that contains an overview. When the active
document changes, the overview is reinitialized with the new active document.
- See Also:
IlvAbstractStaticViewContainer
getViewContainer
IlvViewContainer getViewContainer()
- Returns the view container associated with this container template.
- Returns:
- The view container of this single container template.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage.