org.jpedal.examples.simpleviewer
Class MultiViewer
java.lang.Object
org.jpedal.examples.simpleviewer.SimpleViewer
org.jpedal.examples.simpleviewer.MultiViewer
public class MultiViewer
- extends SimpleViewer
enhance SimpleViewer with ability to include multiple windows for opening more than 1 PDF
|
Constructor Summary |
MultiViewer()
setup and run client |
MultiViewer(int modeOfOperation)
setup and run client passing in paramter to show if
running as applet, webstart or JSP (only applet has any effect
at present) |
MultiViewer(int modeOfOperation,
java.lang.String prefs)
setup and run client passing in paramter to show if
running as applet, webstart or JSP (only applet has any effect
at present) |
MultiViewer(java.lang.String prefs)
|
|
Method Summary |
static void |
main(java.lang.String[] args)
main method to run the software as standalone application |
| Methods inherited from class org.jpedal.examples.simpleviewer.SimpleViewer |
addExternalHandler, dispose, executeCommand, getSearchResults, getSwingGUI, isProcessing, loadProperties, loadProperties, openDefaultFile, openDefaultFileAtPage, setRootContainer, setupViewer |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiViewer
public MultiViewer()
- setup and run client
MultiViewer
public MultiViewer(java.lang.String prefs)
MultiViewer
public MultiViewer(int modeOfOperation)
- setup and run client passing in paramter to show if
running as applet, webstart or JSP (only applet has any effect
at present)
MultiViewer
public MultiViewer(int modeOfOperation,
java.lang.String prefs)
- setup and run client passing in paramter to show if
running as applet, webstart or JSP (only applet has any effect
at present)
main
public static void main(java.lang.String[] args)
- main method to run the software as standalone application
JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support