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

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

public class AddPdfDocument
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Boolean>

Callable to add a pdf document to the selection panel

Author:
Andrea Vacondio

Constructor Summary
AddPdfDocument(java.io.File inputFile, JPdfSelectionPanel panel)
           
AddPdfDocument(java.io.File inputFile, JPdfSelectionPanel panel, java.lang.String password, java.lang.String pageSelection)
           
 
Method Summary
 java.lang.Boolean call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddPdfDocument

public AddPdfDocument(java.io.File inputFile,
                      JPdfSelectionPanel panel)

AddPdfDocument

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

call

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