Uses of Interface
com.qoppa.pdfViewer.panels.PDFPanel

Packages that use PDFPanel
com.qoppa.pdfEditor.panels   
com.qoppa.pdfNotes.panels Interfaces to helper panels, such as the Signatures and Comments panels. 
com.qoppa.pdfViewer.panels Interfaces to the helper panels, such as bookmarks and thumbnails. 
 

Uses of PDFPanel in com.qoppa.pdfEditor.panels
 

Subinterfaces of PDFPanel in com.qoppa.pdfEditor.panels
 interface BookmarkPanelEditor
          Interface to the panel that shows the document outlines (known as bookmarks in the PDF specs) with add and delete buttons
 

Uses of PDFPanel in com.qoppa.pdfNotes.panels
 

Subinterfaces of PDFPanel in com.qoppa.pdfNotes.panels
 interface CommentPanelNotes
           
 interface SignaturePanelNotes
           
 interface ThumbnailPanelNotes
          Interface to configure the page thumbnail panel.
 

Uses of PDFPanel in com.qoppa.pdfViewer.panels
 

Subinterfaces of PDFPanel in com.qoppa.pdfViewer.panels
 interface AttachmentPanel
          Interface to the panel that shows file attachments in the current document.
 interface BookmarkPanel
          Interface to the panel that shows the document outlines (known as bookmarks in the PDF specs).
 interface CommentPanel
          Interface to the panel that shows the annotations / comments in the document.
 interface LayerPanel
          Interface to the panel that shows the document layers.
 interface SignaturePanel
          Interface to the panel that shows any digital signatures present in the document.
 interface ThumbnailPanel
          Interface to the panel that shows the page thumbnail images for the current document.