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
-
DocumentViewer()
-
-
fetchDocumentInfo()
- Reads the document information from the source which spawned
the DocumentViewer - probably a dynamic html file.
DocumentViewer
public DocumentViewer()
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