|
Class Summary |
| AppletViewer |
Description: Demo to show JPedal being used
as a GUI viewer in an applet,
and to demonstrate some of JPedal's capabilities |
| Commands |
code to execute the actual commands |
| MultiViewer |
enhance SimpleViewer with ability to include multiple windows for opening more than 1 PDF |
| MultiViewListener |
|
| RecentDocuments |
|
| SimpleViewer |
Fully featured GUI viewer and demonstration of JPedal's capabilities
This class provides the framework for the Viewer and calls other classes which provide the following
functions:-
Values commonValues - repository for general settings
Printer currentPrinter - All printing functions and access methods to see if printing active
PdfDecoder decode_pdf - PDF library and panel
ThumbnailPanel thumbnails - provides a thumbnail pane down the left side of page - thumbnails can be clicked on to goto page
PropertiesFile properties - saved values stored between sessions
SwingGUI currentGUI - all Swing GUI functions
SearchWindow searchFrame (not GPL) - search Window to search pages and goto references on any page
Commands currentCommands - parses and executes all options
SwingMouseHandler mouseHandler - handles all mouse and related activity |
| Values |
provides access to values used by multiple classes |