Uses of Class
org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewPane

Packages that use PreviewPane
org.pentaho.reporting.engine.classic.core.modules.gui.base This module provides basic preview capabilities for JFreeReport. 
org.pentaho.reporting.engine.classic.core.modules.gui.base.actions   
org.pentaho.reporting.engine.classic.core.modules.gui.base.internal   
org.pentaho.reporting.engine.classic.core.modules.gui.print An AWT printing support module. 
 

Uses of PreviewPane in org.pentaho.reporting.engine.classic.core.modules.gui.base
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.base that return PreviewPane
 PreviewPane PreviewApplet.getPreviewPane()
           
 PreviewPane PreviewFrame.getPreviewPane()
           
 PreviewPane PreviewDialog.getPreviewPane()
           
 PreviewPane PreviewInternalFrame.getPreviewPane()
           
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.base with parameters of type PreviewPane
 void ReportController.deinitialize(PreviewPane pane)
          Called when the report controller gets removed.
 void DefaultReportController.deinitialize(PreviewPane pane)
          Called when the report controller gets removed.
 void ParameterReportController.deinitialize(PreviewPane pane)
          Called when the report controller gets removed.
 void ReportController.initialize(PreviewPane pane)
          Called to initialze the report controller and to connect it to the preview pane.
 void DefaultReportController.initialize(PreviewPane pane)
           
 void ParameterReportController.initialize(PreviewPane pane)
           
 

Uses of PreviewPane in org.pentaho.reporting.engine.classic.core.modules.gui.base.actions
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.base.actions with parameters of type PreviewPane
 boolean GoToPreviousPageActionPlugin.configure(PreviewPane reportPane)
           
 boolean ZoomCustomActionPlugin.configure(PreviewPane reportPane)
           
 boolean GoToActionPlugin.configure(PreviewPane reportPane)
           
 boolean GoToNextPageActionPlugin.configure(PreviewPane reportPane)
           
 boolean ExitActionPlugin.configure(PreviewPane reportPane)
           
 boolean ControlActionPlugin.configure(PreviewPane pane)
           
 boolean AboutActionPlugin.configure(PreviewPane reportPane)
           
 boolean GoToFirstPageActionPlugin.configure(PreviewPane reportPane)
           
 boolean GoToLastPageActionPlugin.configure(PreviewPane reportPane)
           
 boolean ZoomOutActionPlugin.configure(PreviewPane reportPane)
           
 boolean ZoomInActionPlugin.configure(PreviewPane reportPane)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.gui.base.actions with parameters of type PreviewPane
ControlAction(ControlActionPlugin actionPlugin, PreviewPane previewPane)
          Defines an Action object with a default description string and default icon.
ExportAction(ExportActionPlugin actionPlugin, PreviewPane previewPane)
          Defines an Action object with a default description string and default icon.
ZoomAction(double zoom, PreviewPane previewPane)
          Defines an Action object with a default description string and default icon.
 

Uses of PreviewPane in org.pentaho.reporting.engine.classic.core.modules.gui.base.internal
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.base.internal with parameters of type PreviewPane
static void PreviewPaneUtilities.addActionsToToolBar(JToolBar toolBar, ActionPlugin[] reportActions, JComboBox zoomSelector, PreviewPane pane)
           
static ZoomAction[] PreviewPaneUtilities.buildMenu(JMenu menu, ActionPlugin[] actions, PreviewPane pane)
           
 

Uses of PreviewPane in org.pentaho.reporting.engine.classic.core.modules.gui.print
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.print with parameters of type PreviewPane
 boolean PageSetupPlugin.configure(PreviewPane pane)