Uses of Class
org.faceless.pdf2.viewer2.SidePanelFactory
-
Packages that use SidePanelFactory Package Description org.faceless.pdf2.viewer2 The "viewer" package contains the classes required to create a Swing application to display PDFs.org.faceless.pdf2.viewer2.feature Contains a list of all the features that are available to the PDFViewer. -
-
Uses of SidePanelFactory in org.faceless.pdf2.viewer2
Methods in org.faceless.pdf2.viewer2 with parameters of type SidePanelFactory Modifier and Type Method Description void
DocumentPanel. addSidePanelFactory(SidePanelFactory panelfactory)
Add aSidePanelFactory
to thisDocumentPanel
. -
Uses of SidePanelFactory in org.faceless.pdf2.viewer2.feature
Subclasses of SidePanelFactory in org.faceless.pdf2.viewer2.feature Modifier and Type Class Description class
EmbeddedFilePanel
Create aSidePanel
that will display a list of embedded files in the PDF.class
OutlinePanel
Create aSidePanel
that will display the document bookmarks, as returned byPDF.getBookmarks()
.class
SearchPanel
Creates aSidePanel
that displays search results.class
SignaturePanel
Create aSidePanel
that will display a list of Digital Signatures in the PDF.class
ThumbnailPanel
Creates aSidePanel
that displays the page thumbnails.
-