Uses of Interface
com.qoppa.pdfNotes.IPDFSaver

Packages that use IPDFSaver
com.qoppa.pdfEditor PDFEditorBean, toolbar and related classes. 
com.qoppa.pdfNotes PDFNotesBean, toolbar and related classes. 
 

Uses of IPDFSaver in com.qoppa.pdfEditor
 

Classes in com.qoppa.pdfEditor that implement IPDFSaver
 class PDFEditorBean
          PDFEditorBean is a component that can be used to display, annotate and edit PDF documents within a Java application or an applet.
 

Uses of IPDFSaver in com.qoppa.pdfNotes
 

Classes in com.qoppa.pdfNotes that implement IPDFSaver
 class HTTPSaver
          This class implements a custom IPDFSaver to save a file to a URL, using the standard HTTP POST file upload protocol.
 class PDFNotesBean
          PDFNotesBean is a component that can be used to display and annotate PDF documents within an application or an applet.
 

Methods in com.qoppa.pdfNotes with parameters of type IPDFSaver
 void PDFNotesBean.setPDFSaver(IPDFSaver saver)
          This method allows the host application to override the default PDF Saver, the class that saves the document when the save toolbar button is pressed.