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

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


    }

    setTitle(Messages.getString("WelcomePane.title"));// NON-NLS
    this.reportDesignerContext = reportDesignerContext;

    this.newReportAction = new NewReportAction();
    this.newReportAction.setReportDesignerContext(reportDesignerContext);

    this.closeActionListener = new CloseActionListener();

    showOnStartupCheckbox = new JCheckBox
View Full Code Here


    }

    setTitle(Messages.getString("WelcomePane.title"));// NON-NLS
    this.reportDesignerContext = reportDesignerContext;

    this.newReportAction = new NewReportAction();
    this.newReportAction.setReportDesignerContext(reportDesignerContext);

    this.closeActionListener = new CloseActionListener();

    showOnStartupCheckbox = new JCheckBox
View Full Code Here

TOP

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

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.