Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
IlvFileDocumentTemplate
Defines document templates that create
IlvFileDocument instances. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDocumentViewConfiguration.setDocumentTemplate(IlvDocumentTemplate documentTemplate)
Sets the document template associated with this document view configuration.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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 Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.