Class Summary |
CMBCMDocumentEngine |
CMBCMDocumentEngine is an implementation of the abstract class
CMBDocumentEngine. |
CMBCMDocumentEngineEx |
CMBCMDocumentEngineEx is an implementation of the abstract class
CMBDocumentEngine. |
CMBDocument |
CMBDocument represents a document parsed by CMBDocumentServices. |
CMBDocumentEngine |
CMBDocumentEngine is an abstract class that defines the interface any document engine
implementation should extend. |
CMBDocumentEngineCallbacks |
This class defines callback methods that allow document engines to retrieve
additional resources related to a document. |
CMBDocWriterServlet |
CMBDocWriterServlet.java
This servlet is used by viewframes.jsp to send a document back to the browser
This must not be done from the jsp since jsps are not allowed to access the
output stream directly for binary data transmission. |
CMBGenericDocClosedEvent |
Generated by CMBGenericDocViewer when a document is closed in the viewer. |
CMBGenericDocOpenedEvent |
Generated by CMBGenericDocViewer when a document is opened in the viewer. |
CMBGenericDocSelectedEvent |
Generated by CMBGenericDocViewer when a document is selected in the viewer. |
CMBGenericDocViewer |
CMBGenericDocViewer implements the primary graphical user interface of the document viewer. |
CMBJavaDocumentEngine |
CMBJavaDocumentEngine is an implementation of the abstract class
CMBDocumentEngine. |
CMBODDocumentEngine |
CMBODDocumentEngine is an implementation of the abstract class
CMBDocumentEngine. |
CMBPage |
CMBPage contains data for a particular page of a document. |
CMBPageWriterServlet |
CMBPageWriterServlet is an HTTP servlet for use in web-based applications. |
CMBStreamingDocServices |
CMBStreamingDocServices is very similar to the CMBDocumentServices bean (and is, in fact,
used by CMBDocumentServices). |
CMBStreamingDocServicesCallbacks |
CMBStreamingDocServicesCallbacks defines methods that users of CMBStreamingDocServices must
implement to handle requests for additional information and tracing. |
CMBViewerAction |
CMBViewerAction represents the action objects used in the Generic Document Viewer. |
CMBViewerToolbar |
CMBViewerToolbar extends JToolbar and provides the mechanism to
plugin custom toolbars into the generic doc viewer. |