Uses of Package
org.faceless.pdf2.viewer2
-
Packages that use org.faceless.pdf2.viewer2 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.org.faceless.pdf2.viewer2.util Contains utility classes for the viewer. -
Classes in org.faceless.pdf2.viewer2 used by org.faceless.pdf2.viewer2 Class Description ActionHandler A type ofViewerFeaturethat will run aPDFActionon a document, usually as a result of a link or button being clicked.AnnotationComponentFactory A type of ViewerFeature that creates aJComponentto represent aPDFAnnotationon the page.DocumentPanel ADocumentPanelis the basic component that displays a PDF, and may be instantiated on it's own or as part of aPDFViewer.DocumentPanelEvent Represents an event on aDocumentPanelindicating that document has changed somehow.DocumentPanelListener A Listener that should be implemented by any objects wanting to be notified whenever aDocumentPanelEventis raised.DocumentViewport ADocumentViewportdisplays a view of a PDF inside aDocumentPanel, although it can also be instantiated on it's own if required.Exporter.ExporterTask This class is aLongRunningTaskthat can be run to save a PDF to an OutputStream.Importer.ImporterTask This class is aLongRunningTaskthat can be run to load a PDF into the viewer.JSManager Handles the Event - primarily JavaScript events - raised during the lifetime of the viewer.KeyStoreManager This class is a wrapper around aKeyStore, providing high-level management functions and the ability to load and save the KeyStore, selecting the file via a Swing dialog.LinearizedSupport A class which handles all the support for Linearized document loaded by a DocumentPanel.PagePanel PagePanelEvent Represents an event on aPagePanelindicating that document has changed somehow.PagePanelInteractionEvent Represents an interaction (currently only mouse) event on aPagePanel.PagePanelInteractionListener A listener that should be implemented by any objects wanting to be notified whenever aPagePanelInteractionEventis raised.PagePanelListener A listener that should be implemented by any objects wanting to be notified whenever aPagePanelEventis raised.PDFViewer ThePDFViewerclass is a simple Swing PDF viewer application.SidePanel Represents a side-panel in aDocumentPanel.SidePanelFactory A type of ViewerFeature that createsSidePanelobjects.SignatureProvider A ViewerFeature that acts as a service provider for applying Digital Signatures.SignatureProvider.SignatureState A SignatureState contains information about aFormSignatureonce it's been verified.ToggleViewerWidget An subclass ofViewerWidgetwhich causes the widget to be toggled on or off, rather than simply pushed.ViewerEvent An event which is raised by the Viewer when aViewerWidgetis activated.ViewerFeature The ViewerFeature class can be used to control the various features of thePDFViewer, such as widgets, side panels, annotations and action handlers.ViewerWidget A type of ViewerFeature that adds a "widget" to aPDFViewer. -
Classes in org.faceless.pdf2.viewer2 used by org.faceless.pdf2.viewer2.feature Class Description ActionHandler A type ofViewerFeaturethat will run aPDFActionon a document, usually as a result of a link or button being clicked.AnnotationComponentFactory A type of ViewerFeature that creates aJComponentto represent aPDFAnnotationon the page.DocumentPanel ADocumentPanelis the basic component that displays a PDF, and may be instantiated on it's own or as part of aPDFViewer.DocumentPanelEvent Represents an event on aDocumentPanelindicating that document has changed somehow.DocumentPanelListener A Listener that should be implemented by any objects wanting to be notified whenever aDocumentPanelEventis raised.DocumentViewport ADocumentViewportdisplays a view of a PDF inside aDocumentPanel, although it can also be instantiated on it's own if required.Exporter A type ofViewerFeaturewhich allows PDF's to be saved in a variety of formats.Exporter.ExporterTask This class is aLongRunningTaskthat can be run to save a PDF to an OutputStream.Importer A type ofViewerFeaturewhich takes care of loading a PDF file into aPDFViewer.Importer.ImporterTask This class is aLongRunningTaskthat can be run to load a PDF into the viewer.KeyStoreManager This class is a wrapper around aKeyStore, providing high-level management functions and the ability to load and save the KeyStore, selecting the file via a Swing dialog.PagePanel PagePanelEvent Represents an event on aPagePanelindicating that document has changed somehow.PagePanelInteractionEvent Represents an interaction (currently only mouse) event on aPagePanel.PagePanelInteractionListener A listener that should be implemented by any objects wanting to be notified whenever aPagePanelInteractionEventis raised.PagePanelListener A listener that should be implemented by any objects wanting to be notified whenever aPagePanelEventis raised.PDFBackgroundTask This interface should be implemented by any features in the Viewer that run in a background thread.PDFViewer ThePDFViewerclass is a simple Swing PDF viewer application.SidePanel Represents a side-panel in aDocumentPanel.SidePanelFactory A type of ViewerFeature that createsSidePanelobjects.SignatureProvider A ViewerFeature that acts as a service provider for applying Digital Signatures.SignatureProvider.SignatureState A SignatureState contains information about aFormSignatureonce it's been verified.ToggleViewerWidget An subclass ofViewerWidgetwhich causes the widget to be toggled on or off, rather than simply pushed.ViewerEvent An event which is raised by the Viewer when aViewerWidgetis activated.ViewerFeature The ViewerFeature class can be used to control the various features of thePDFViewer, such as widgets, side panels, annotations and action handlers.ViewerWidget A type of ViewerFeature that adds a "widget" to aPDFViewer. -
Classes in org.faceless.pdf2.viewer2 used by org.faceless.pdf2.viewer2.util Class Description KeyStoreManager This class is a wrapper around aKeyStore, providing high-level management functions and the ability to load and save the KeyStore, selecting the file via a Swing dialog.PDFViewer ThePDFViewerclass is a simple Swing PDF viewer application.