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, PREFERENCES_BEAN, PREFERENCES_DEFAULT, PREFERENCES_NO_GUI, PREFERENCES_NO_SIDE_BAR, PREFERENCES_OPEN_AND_NAV_ONLY, PREFERENCES_PDFHELP
 
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)
 
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
executeCommand, getSwingGUI, isProcessing, setRootContainer, setupViewer, 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(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)

Method Detail

main

public static void main(java.lang.String[] args)
main method to run the software as standalone application