org.pdfsam.guiclient.commons.business.loaders.callable
Class ReloadPdfDocument

java.lang.Object
  extended by org.pdfsam.guiclient.commons.business.loaders.callable.AddPdfDocument
      extended by org.pdfsam.guiclient.commons.business.loaders.callable.ReloadPdfDocument
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Boolean>

public class ReloadPdfDocument
extends AddPdfDocument

Callable to reload a pdf document

Author:
Andrea Vacondio

Field Summary
 
Fields inherited from class org.pdfsam.guiclient.commons.business.loaders.callable.AddPdfDocument
inputFile, pageSelection, panel, password, wipText
 
Constructor Summary
ReloadPdfDocument(java.io.File inputFile, JPdfSelectionPanel panel, java.lang.String password, java.lang.String pageSelection, int index)
           
 
Method Summary
 java.lang.Boolean call()
           
 
Methods inherited from class org.pdfsam.guiclient.commons.business.loaders.callable.AddPdfDocument
getPdfSelectionTableItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReloadPdfDocument

public ReloadPdfDocument(java.io.File inputFile,
                         JPdfSelectionPanel panel,
                         java.lang.String password,
                         java.lang.String pageSelection,
                         int index)
Method Detail

call

public java.lang.Boolean call()
Specified by:
call in interface java.util.concurrent.Callable<java.lang.Boolean>
Overrides:
call in class AddPdfDocument