Uses of Class
quick.dbtable.PreviewPanel

Uses of PreviewPanel in quick.dbtable
 

Methods in quick.dbtable that return PreviewPanel
 PreviewPanel DBTable.getPrintPreviewCanvas()
          creates a printpreview Canvas This will be useful to create your own print preview frame
 PreviewPanel DBTable.getPrintPreviewCanvas(int pageWidth, int pageHeight)
          creates a printpreview Canvas, with the paper size of given width & height.
 PreviewPanel DBTable.getPrintPreviewCanvas(PrintProperties prop)
          creates a printpreview Canvas with the given PrintProperties.