Interface | Description |
---|---|
AppContext |
A context for either an application or an applet
that wants to use the diva.gui infrastructure.
|
Application |
Application is an interface that captures the notion of a graphical
application.
|
ContextView |
A Context view is a view that knows about an app context that it exists.
|
Document |
Document is an interface that captures the notion of a document in
a graphical application.
|
DocumentFactory |
DocumentFactory is an factory interface that creates Document
objects.
|
MDIContext |
An app context that provides methods for multiple
documents and views.
|
Page |
A multi-page document contains an ordered set of pages.
|
StoragePolicy |
StoragePolicy captures the notion of how an application
deals with persistent storage.
|
View |
View is an interface that captures the notion of a view on a
document in a graphical application.
|
ViewListener |
A listener interface for receiving events on views.
|
Class | Description |
---|---|
AbstractDocument |
An abstract implementation of the Document interface.
|
AbstractStoragePolicy |
It is nice if storage policies suggest good pathnames.
|
AbstractView |
An abstract implementation of the View interface that consists of
mostly empty methods to be filled in by concrete subclasses.
|
AppContextDelegate |
This class provides basic support for an instance of AppContext which
delegates its operation to one of the basic AppContexts (usually an
AppContext or an ApplicationContext.)
|
AppletContext |
A context for an applet in the diva.gui infrastructure.
|
ApplicationContext |
A context for an application in the diva.gui infrastructure.
|
ApplicationExceptionHandler |
This class makes it easy for an application to trap exceptions in AWT
event handlers.
|
ApplicationResources | Deprecated
Use diva.resource.DefaultBundle instead.
|
BasicFrame |
BasicFrame is a very simple application context that is used
to display tutorial examples.
|
BasicPage |
A simple concrete implementation of the Page interface.
|
BasicStoragePolicy |
A StoragePolicy that doesn't really check for correct operation.
|
DefaultActions |
A collection of static methods that
create useful default actions.
|
DefaultStoragePolicy |
A Default storage policy that is useful for most applications.
|
DesktopContext |
DesktopContext is an application context that displays multiple
content panes in an instance of a JDesktopPane.
|
GUIUtilities |
A collection of utilities for the GUI.
|
MultipageDocument |
A document that contains a linear sequence of Pages.
|
MultipageModel |
A document that contains a linear sequence of Pages.
|
MultipageParser |
Parse all pages of a multi-page document from a file.
|
MultipageWriter |
MultipageWriter writes out all pages of a multi-page document to a
file.
|
ViewAdapter |
An adapter for view listener, containing empty method
implementations.
|
ViewEvent |
A view event is generated when a view of a Document is
iconified, selected, closed, and so on.
|