jApp
Class PreviewDialog

java.lang.Object
  extended by jApp.ModalDialog
      extended by jApp.PreviewDialog

public class PreviewDialog
extends ModalDialog


Field Summary
 
Fields inherited from class jApp.ModalDialog
CANCEL_OPTION, CLOSED_OPTION, DEFAULT_OPTION, NO_OPTION, OK_OPTION, YES_OPTION
 
Constructor Summary
PreviewDialog(Document doc)
           
 
Method Summary
protected  void setRenderingHints(java.awt.Graphics2D g2)
           
 boolean showPreview(javax.print.attribute.PrintRequestAttributeSet settings, javax.print.PrintService service, DocumentPrinter dp)
           
 
Methods inherited from class jApp.ModalDialog
closeDialog, createOkCancelPanel, createOkCancelPanel, createOkPanel, getReturnValue, setContent, setJMenuBar, setReturnValue, showConfirmDialog, showDialog, showDialog, showErrorMessage, showInfoMessage, showWarningMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreviewDialog

public PreviewDialog(Document doc)
Method Detail

setRenderingHints

protected void setRenderingHints(java.awt.Graphics2D g2)

showPreview

public boolean showPreview(javax.print.attribute.PrintRequestAttributeSet settings,
                           javax.print.PrintService service,
                           DocumentPrinter dp)