Class PreviewPaneUtilities
java.lang.Object
org.jfree.report.modules.gui.swing.preview.PreviewPaneUtilities
Creation-Date: 17.11.2006, 15:06:51
- Author:
- Thomas Morgner
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addActionsToToolBar
(JToolBar toolBar, ActionPlugin[] reportActions, PreviewPane pane) static int
buildMenu
(JMenu menu, ActionPlugin[] actions, PreviewPane pane) static CategoryTreeItem[]
buildMenuTree
(ActionCategory[] categories) static ActionFactory
createActionFactory
(org.pentaho.reporting.libraries.base.config.Configuration config) static IconTheme
createIconTheme
(org.pentaho.reporting.libraries.base.config.Configuration config) static JMenu
createMenu
(ActionCategory cat) static double
getNextZoomIn
(double zoom, double[] zoomFactors) static double
getNextZoomOut
(double zoom, double[] zoomFactors) static HashMap
loadActions
(SwingGuiContext swingGuiContext) static ActionCategory[]
loadCategories
(SwingGuiContext swingGuiContext)
-
Method Details
-
createMenu
-
buildMenu
-
addActionsToToolBar
public static void addActionsToToolBar(JToolBar toolBar, ActionPlugin[] reportActions, PreviewPane pane) -
getNextZoomOut
public static double getNextZoomOut(double zoom, double[] zoomFactors) -
getNextZoomIn
public static double getNextZoomIn(double zoom, double[] zoomFactors) -
createIconTheme
public static IconTheme createIconTheme(org.pentaho.reporting.libraries.base.config.Configuration config) -
createActionFactory
public static ActionFactory createActionFactory(org.pentaho.reporting.libraries.base.config.Configuration config) -
buildMenuTree
-
loadActions
-
loadCategories
-