Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.dataView.gui
Interface PrintDialogsProvider

All Known Implementing Classes:
PrintDialogsAdapter

public interface PrintDialogsProvider

Interface to get Print and Pagesetup dialogs. Used by preview dialog to invoke dialogs when print and pagesetup buttons are pressed.


Method Summary
 void showPageSetupDialog(java.awt.Frame f)
          Shows the Page Setup Dialog when pageSetup button is pressed in the preview dilaog.
 void showPrintDialog(java.awt.Frame f)
          Shows the PrintDialog when print button is pressed in the preview dilaog.

 

Method Detail

showPrintDialog

public void showPrintDialog(java.awt.Frame f)
Shows the PrintDialog when print button is pressed in the preview dilaog.
Parameters:
f - the frame from which the print dialog should be displayed.

showPageSetupDialog

public void showPageSetupDialog(java.awt.Frame f)
Shows the Page Setup Dialog when pageSetup button is pressed in the preview dilaog.
Parameters:
f - the frame from which the Page setup dialog should be displayed.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.