Package | Description |
---|---|
ilog.views.appframe.docview |
Provides classes that are involved in the Document/View architecture of the Java Application Framework.
|
ilog.views.appframe.docview.project |
Provides the interfaces and classes for defining project documents.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractFileDocument
An implementation of the file document interface to serve as a basis for
implementing various kinds of file documents.
|
class |
IlvDOMDocument
Defines documents that are associated with
org.w3c.dom.Document
instances. |
class |
IlvTextDocument
Defines documents that are associated with
javax.swing.text.Document
objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
IlvFileDocumentTemplate.readDocument(IlvFileDocument document,
URL url,
IlvFileFilter fileFilter)
Makes the specified file document read its data from the
file with the specified
url . |
boolean |
IlvFileDocumentTemplate.revertDocument(IlvFileDocument document)
Reloads the document data from the file of the document.
|
void |
IlvFileDocumentTemplate.setDocumentPathName(IlvFileDocument document,
URL path)
Sets the document path of the specified
document to the
specified path . |
Modifier and Type | Class and Description |
---|---|
class |
IlvDataContainerDocument
Defines documents associated with a data container.
|
class |
IlvProjectDocument
Defines data container documents that are associated with
IlvProjectDataContainer instances. |
class |
IlvWorkspaceDocument
Defines data container documents that are associated with
IlvWorkspaceDataContainer instances. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.