Uses of Class
ilog.views.appframe.docview.IlvDocumentTemplate

Packages that use IlvDocumentTemplate
ilog.views.appframe Provides common classes that are used within all Java Application Framework modules. 
ilog.views.appframe.docview Provides classes that are involved in the Document/View architecture of the Java Application Framework
ilog.views.appframe.event Provides interfaces and classes for dealing with different types of events fired by main Application Framework classes. 
 

Uses of IlvDocumentTemplate in ilog.views.appframe
 

Methods in ilog.views.appframe that return IlvDocumentTemplate
protected  IlvDocumentTemplate IlvApplication.createDocumentTemplate(String name)
          Deprecated. As of JViews 6.0, replaced with IlvApplication.createDocumentTemplate(java.lang.String, ilog.views.appframe.settings.IlvSettingsElement). This method is now invoked from this last method.
protected  IlvDocumentTemplate IlvApplication.createDocumentTemplate(String name, IlvSettingsElement element)
          Creates a document template with the specified name.
 IlvDocumentTemplate IlvApplication.getDocumentTemplate(int index)
          Returns the document template at the specified storage index in the set of document templates managed by this application.
 IlvDocumentTemplate IlvApplication.getDocumentTemplate(String name)
          Retrieves the document template with the specified name.
 

Methods in ilog.views.appframe with parameters of type IlvDocumentTemplate
 void IlvApplication.addDocumentTemplate(IlvDocumentTemplate docTemplate)
          Adds the specified document template to the application.
 IlvDocument[] IlvApplication.getOpenDocuments(IlvDocumentTemplate documentTemplate)
          Returns all the documents open in the application for the specified documentTemplate.
 IlvDocument IlvApplication.newDocument(IlvDocumentTemplate docTemplate, boolean createViews, Object userData)
          Creates a new document for the specified document template.
 boolean IlvApplication.removeDocumentTemplate(IlvDocumentTemplate documentTemplate)
          Removes the specified documentTemplate from the list of document templates managed by the application.
 

Uses of IlvDocumentTemplate in ilog.views.appframe.docview
 

Subclasses of IlvDocumentTemplate in ilog.views.appframe.docview
 class IlvFileDocumentTemplate
          Defines document templates that create IlvFileDocument instances.
 

Methods in ilog.views.appframe.docview that return IlvDocumentTemplate
 IlvDocumentTemplate IlvDocumentViewConfiguration.getDocumentTemplate()
          Returns the document template that has created this view configuration.
 IlvDocumentTemplate IlvDocument.getDocumentTemplate()
          Returns the document template that has created the document.
 IlvDocumentTemplate IlvAbstractDocument.getDocumentTemplate()
          Returns the document template that has created the document.
 

Methods in ilog.views.appframe.docview with parameters of type IlvDocumentTemplate
 void IlvDocumentViewConfiguration.setDocumentTemplate(IlvDocumentTemplate documentTemplate)
          Sets the document template associated with this document view configuration.
 

Uses of IlvDocumentTemplate in ilog.views.appframe.event
 

Methods in ilog.views.appframe.event that return IlvDocumentTemplate
 IlvDocumentTemplate ApplicationEvent.getDocumentTemplate()
          Returns the document template that originated the event or the document template of the document, document view, or view container that originated the event.
 

Constructors in ilog.views.appframe.event with parameters of type IlvDocumentTemplate
ApplicationEvent(int id, IlvDocument document, IlvDocumentView view, IlvDocumentTemplate documentTemplate)
          Constructs an ApplicationEvent with the specified id, document, document view, and documentTemplate.
ApplicationEvent(int id, IlvDocument document, IlvDocumentView view, IlvViewContainer container, IlvDocumentTemplate documentTemplate)
          Constructs an ApplicationEvent with the specified id, document, document view, view container, and documentTemplate.
ApplicationEvent(int id, IlvDocumentTemplate documentTemplate)
          Constructs an ApplicationEvent object with the specified id and documentTemplate.
 



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.