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

Examples of org.pentaho.reporting.designer.core.actions.report.AddDataFactoryAction


        {
          subMenu = new JMenu(currentGrouping);
          insertDataSourcesMenu.add(subMenu);
        }
      }
      final AddDataFactoryAction action = new AddDataFactoryAction(data);
      action.setReportDesignerContext(designerContext);
      if (isMultiGrouping)
      {
        //noinspection ConstantConditions
        subMenu.add(new JMenuItem(action));
      }
View Full Code Here


        {
          subMenu = new JMenu(currentGrouping);
          insertDataSourcesMenu.add(subMenu);
        }
      }
      final AddDataFactoryAction action = new AddDataFactoryAction(data);
      action.setReportDesignerContext(designerContext);
      if (isMultiGrouping)
      {
        //noinspection ConstantConditions
        subMenu.add(new JMenuItem(action));
      }
View Full Code Here

TOP

Related Classes of org.pentaho.reporting.designer.core.actions.report.AddDataFactoryAction

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.