See: Description
Interface | Description |
---|---|
IlvContainerTemplate |
Defines templates for creating
IlvViewContainer instances. |
IlvDocument |
A document manages the data to be edited inside an application.
|
IlvDocumentView |
A document view visualizes or allows for editing the data of an
IlvDocument . |
IlvFileDocument |
Defines documents that are initialized from files.
|
IlvMainWindow |
Interface for the main window of an application.
|
IlvMDIContainerTemplate |
Container template that creates one new view container for each
open document.
|
IlvMDIViewContainer |
Defines view containers attached to one
IlvDocument
instance, like internal frames or a pane in a tabbed pane. |
IlvRecentFileList.FileHandler |
Defines objects that open files.
|
IlvSingleContainerTemplate |
Defines container templates that handle static view containers.
|
IlvStreamDocument |
Defines documents that are read and write their data from streams.
|
IlvViewContainer |
Defines objects that contain document views.
|
Class | Description |
---|---|
IlvAbstractDocument |
An implementation of the
IlvDocument interface
to serve as a basis for implementing various kinds of documents. |
IlvAbstractFileDocument |
An implementation of the file document interface to serve as a basis for
implementing various kinds of file documents.
|
IlvAbstractMainWindow |
An implementation of the main window interface to serve as a basis for
implementing various kinds of main window.
|
IlvAbstractStaticViewContainer |
This class provides a skeletal implementation of the
IlvViewContainer interface for static view containers. |
IlvDataDocument |
Defines documents associated with user data.
|
IlvDocumentTemplate |
Document templates manage all aspects of the creation and the display
of the documents.
|
IlvDocumentViewConfiguration |
Document view configurations are responsible for creating view containers
and their document views for a document template.
|
IlvDocumentViewSupport |
This is a utility class for implementing the
IlvDocumentView interface. |
IlvDOMDocument |
Defines documents that are associated with
org.w3c.dom.Document
instances. |
IlvFileDocumentTemplate |
Defines document templates that create
IlvFileDocument instances. |
IlvFileFilter |
Defines filters that select files that a file document template can open.
|
IlvRecentFileList |
Defines objects that handle a list of Most Recently Used files.
|
IlvRecentFileList.FileInfo |
Stores information for a file listed by a recent file list.
|
IlvTextDocument |
Defines documents that are associated with
javax.swing.text.Document
objects. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.