Uses of Interface
com.qoppa.pdfViewer.IPDFOpener

Packages that use IPDFOpener
com.qoppa.pdfEditor PDFEditorBean, toolbar and related classes. 
com.qoppa.pdfNotes PDFNotesBean, toolbar and related classes. 
com.qoppa.pdfViewer PDFViewerBean and related classes. 
 

Uses of IPDFOpener in com.qoppa.pdfEditor
 

Classes in com.qoppa.pdfEditor that implement IPDFOpener
 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 IPDFOpener in com.qoppa.pdfNotes
 

Classes in com.qoppa.pdfNotes that implement IPDFOpener
 class PDFNotesBean
          PDFNotesBean is a component that can be used to display and annotate PDF documents within an application or an applet.
 

Uses of IPDFOpener in com.qoppa.pdfViewer
 

Classes in com.qoppa.pdfViewer that implement IPDFOpener
 class PDFViewerBean
          PDFViewer bean is a component that can be used to display PDF documents within an application or an applet.
 

Methods in com.qoppa.pdfViewer with parameters of type IPDFOpener
 void PDFViewerBean.setPDFOpener(IPDFOpener opener)
          Sets the PDF opener for this bean.