Uses of Class
org.faceless.pdf2.viewer2.Importer.ImporterTask

Packages that use Importer.ImporterTask
org.faceless.pdf2.viewer2 The "viewer" package contains the classes required to create a Swing application to display PDFs. 
org.faceless.pdf2.viewer2.feature Contains a list of all the features that are available to the PDFViewer. 
 

Uses of Importer.ImporterTask in org.faceless.pdf2.viewer2
 

Methods in org.faceless.pdf2.viewer2 that return Importer.ImporterTask
abstract  Importer.ImporterTask Importer.getImporter(PDFViewer viewer, File file)
          Return an Importer.ImporterTask that will load a PDF into the viewer from the specifed File.
abstract  Importer.ImporterTask Importer.getImporter(PDFViewer viewer, InputStream in, String title, File savefile)
          Return an Importer.ImporterTask that will load a PDF into the viewer from the specifed InputStream.
 Importer.ImporterTask Importer.getImporter(PDFViewer viewer, URL url)
          Return an Importer.ImporterTask that will load a PDF into the viewer from the specified URL.
 

Uses of Importer.ImporterTask in org.faceless.pdf2.viewer2.feature
 

Methods in org.faceless.pdf2.viewer2.feature that return Importer.ImporterTask
 Importer.ImporterTask ImageImporter.getImporter(PDFViewer viewer, File file)
           
 Importer.ImporterTask PDFImporter.getImporter(PDFViewer viewer, File file)
           
 Importer.ImporterTask ImageImporter.getImporter(PDFViewer viewer, InputStream in, String title, File file)
           
 Importer.ImporterTask PDFImporter.getImporter(PDFViewer viewer, InputStream in, String title, File file)
           
 



Copyright © 2001-2010 Big Faceless Organization