Package org.pentaho.reporting.designer.core.actions.global

Examples of org.pentaho.reporting.designer.core.actions.global.OpenReportAction


        settingsAction.setReportDesignerContext(context);

        final QuitAction quitAction = new QuitAction();
        quitAction.setReportDesignerContext(context);

        final OpenReportAction openReportAction = new OpenReportAction();
        openReportAction.setReportDesignerContext(context);

        MacOSXIntegration.setOpenFileAction(openReportAction);
        MacOSXIntegration.setAboutAction(aboutAction);
        MacOSXIntegration.setPreferencesAction(settingsAction);
        MacOSXIntegration.setQuitAction(quitAction);
View Full Code Here


        settingsAction.setReportDesignerContext(context);

        final QuitAction quitAction = new QuitAction();
        quitAction.setReportDesignerContext(context);

        final OpenReportAction openReportAction = new OpenReportAction();
        openReportAction.setReportDesignerContext(context);

        MacOSXIntegration.setOpenFileAction(openReportAction);
        MacOSXIntegration.setAboutAction(aboutAction);
        MacOSXIntegration.setPreferencesAction(settingsAction);
        MacOSXIntegration.setQuitAction(quitAction);
View Full Code Here

TOP

Related Classes of org.pentaho.reporting.designer.core.actions.global.OpenReportAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.