Uses of Class
jApp.DocumentPrinter

Uses of DocumentPrinter in jApp
 

Methods in jApp that return DocumentPrinter
 DocumentPrinter Document.getDocumentPrinter()
          Creates and returns a new DocumentPrinter for this document.
 

Methods in jApp with parameters of type DocumentPrinter
 boolean PreviewDialog.showPreview(javax.print.attribute.PrintRequestAttributeSet settings, javax.print.PrintService service, DocumentPrinter dp)
           
protected  void Document.tryPrint(DocumentPrinter printer, boolean showDialog, boolean withPreview)
          Tries to print the Document.