Uses of Interface
com.qoppa.pdf.dom.IPDFDocument

Packages that use IPDFDocument
com.qoppa.pdf General classes used by different objects throughout the library. 
com.qoppa.pdfNotes PDFNotesBean, toolbar and related classes. 
com.qoppa.pdfViewer PDFViewerBean and related classes. 
 

Uses of IPDFDocument in com.qoppa.pdf
 

Methods in com.qoppa.pdf that return IPDFDocument
 IPDFDocument DocumentEvent.getDocument()
           
 

Constructors in com.qoppa.pdf with parameters of type IPDFDocument
DocumentEvent(IPDFDocument doc, int eventType, int pageIndex)
           
DocumentEvent(IPDFDocument doc, int eventType, int pageIndex, Object object)
           
 

Uses of IPDFDocument in com.qoppa.pdfNotes
 

Methods in com.qoppa.pdfNotes with parameters of type IPDFDocument
 void PDFNotesBean.setDocument(IPDFDocument pdfDoc)
          Sets this bean's document.
 

Uses of IPDFDocument in com.qoppa.pdfViewer
 

Methods in com.qoppa.pdfViewer that return IPDFDocument
 IPDFDocument PDFViewerBean.getDocument()
          Returns the PDF document currently displayed.
 

Methods in com.qoppa.pdfViewer with parameters of type IPDFDocument
 void PDFViewerBean.setDocument(IPDFDocument pdfDoc)
          Sets this bean's document.