jACOB 2.7 API Documentation.

Uses of Interface
de.tif.jacob.screen.dialogs.IDocumentDialog

Packages that use IDocumentDialog
de.tif.jacob.screen   
 

Uses of IDocumentDialog in de.tif.jacob.screen
 

Methods in de.tif.jacob.screen that return IDocumentDialog
abstract  IDocumentDialog IClientContext.createDocumentDialog(DataDocumentValue document)
          Creates a document dialog to download or display the given document value.
abstract  IDocumentDialog IClientContext.createDocumentDialog(java.lang.String mimeType, DataDocumentValue document)
          Creates a document dialog to download or display the given document value.
abstract  IDocumentDialog IClientContext.createDocumentDialog(java.lang.String mimeType, java.lang.String fileName, byte[] content)
          Creates a document dialog to download or display the given file content.
 


jACOB 2.7 API Documentation.