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

org.jpedal.examples.simpleviewer.gui.popups
Class DownloadProgress

java.lang.Object
  extended by org.jpedal.examples.simpleviewer.gui.popups.DownloadProgress

public class DownloadProgress
extends java.lang.Object


Constructor Summary
DownloadProgress(SwingGUI gui, java.lang.String pdfUrl)
           
 
Method Summary
 java.io.File getFile()
           
 int getProgress()
           
 boolean isDownloading()
           
 void startDownload()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadProgress

public DownloadProgress(SwingGUI gui,
                        java.lang.String pdfUrl)
Method Detail

startDownload

public void startDownload()

getFile

public java.io.File getFile()

isDownloading

public boolean isDownloading()

getProgress

public int getProgress()

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