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.docview.project |
Provides the interfaces and classes for defining project documents.
|
ilog.views.appframe.swing |
Provides custom Swing components that are initialized from the settings.
|
ilog.views.appframe.swing.mdi |
Provides interfaces and classes for managing MDI Swing main windows.
|
ilog.views.appframe.util |
Provides common services for initializing an application and utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvApplication
An application centralizes all the services that are provided with the
JAppFrame project.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlvDocument
A document manages the data to be edited inside an application.
|
interface |
IlvDocumentView
A document view visualizes or allows for editing the data of an
IlvDocument . |
interface |
IlvFileDocument
Defines documents that are initialized from files.
|
interface |
IlvMDIViewContainer
Defines view containers attached to one
IlvDocument
instance, like internal frames or a pane in a tabbed pane. |
interface |
IlvStreamDocument
Defines documents that are read and write their data from streams.
|
interface |
IlvViewContainer
Defines objects that contain document views.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractDocument
An implementation of the
IlvDocument interface
to serve as a basis for implementing various kinds of documents. |
class |
IlvAbstractFileDocument
An implementation of the file document interface to serve as a basis for
implementing various kinds of file documents.
|
class |
IlvAbstractStaticViewContainer
This class provides a skeletal implementation of the
IlvViewContainer interface for static view containers. |
class |
IlvDataDocument
Defines documents associated with user data.
|
class |
IlvDocumentTemplate
Document templates manage all aspects of the creation and the display
of the documents.
|
class |
IlvDocumentViewSupport
This is a utility class for implementing the
IlvDocumentView interface. |
class |
IlvDOMDocument
Defines documents that are associated with
org.w3c.dom.Document
instances. |
class |
IlvFileDocumentTemplate
Defines document templates that create
IlvFileDocument instances. |
class |
IlvTextDocument
Defines documents that are associated with
javax.swing.text.Document
objects. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultStaticViewContainer
The default implementation for Swing static view containers.
|
class |
IlvExplorerView
Explorer view for visualizing and editing data container documents.
|
class |
IlvPanelView
Implements the
IlvDocumentView interface
for a JPanel . |
class |
IlvTextView
Defines a document view associated with the Swing text component.
|
class |
IlvTreeView
Defines a document view associated with Swing
JTree . |
Modifier and Type | Class and Description |
---|---|
class |
IlvInternalFrame
Implementation of the
IlvMDIViewContainer interface for
Swing internal frames. |
class |
IlvMDITab
Defines the tab components that are inserted within an
IlvMDITabbedPane . |
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultPropertyManager
Default implementation of the
IlvPropertyManager
interface. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.