Class DocumentViewer

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----OnBaseWindow
                                           |
                                           +----DocumentViewer

public abstract class DocumentViewer
extends OnBaseWindow
OnBase Document Viewer parent class. Java 1.1 Implementation


Constructor Index

 o DocumentViewer()

Method Index

 o fetchDocumentInfo()
Reads the document information from the source which spawned the DocumentViewer - probably a dynamic html file.

Constructors

 o DocumentViewer
 public DocumentViewer()

Methods

 o fetchDocumentInfo
 public DocumentInfo fetchDocumentInfo()
Reads the document information from the source which spawned the DocumentViewer - probably a dynamic html file.

Returns:
the document information as an instance of DocumentInfo.
See Also:
DocumentInfo