JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support

org.jpedal.examples.simpleviewer
Class MultiViewer

java.lang.Object
  extended by org.jpedal.examples.simpleviewer.SimpleViewer
      extended by org.jpedal.examples.simpleviewer.MultiViewer

public class MultiViewer
extends SimpleViewer

enhance SimpleViewer with ability to include multiple windows for opening more than 1 PDF


Field Summary
 
Fields inherited from class org.jpedal.examples.simpleviewer.SimpleViewer
currentGUI, exitOnClose, file, PREFERENCES_BEAN, PREFERENCES_DEFAULT, PREFERENCES_NO_GUI, PREFERENCES_NO_SIDE_BAR, PREFERENCES_OPEN_AND_NAV_ONLY, PREFERENCES_PDFHELP, showMessages
 
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
 

Constructor Detail

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)

Method Detail

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

JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support