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(IlvStreamDocument document,
Reader reader,
IlvFileFilter fileFilter)
Makes the specified stream document read its data with the
specified
reader . |
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.