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 voidaddActionsToToolBar(JToolBar toolBar, ActionPlugin[] reportActions, PreviewPane pane) static intbuildMenu(JMenu menu, ActionPlugin[] actions, PreviewPane pane) static CategoryTreeItem[]buildMenuTree(ActionCategory[] categories) static ActionFactorycreateActionFactory(org.pentaho.reporting.libraries.base.config.Configuration config) static IconThemecreateIconTheme(org.pentaho.reporting.libraries.base.config.Configuration config) static JMenucreateMenu(ActionCategory cat) static doublegetNextZoomIn(double zoom, double[] zoomFactors) static doublegetNextZoomOut(double zoom, double[] zoomFactors) static HashMaploadActions(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
-