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

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


  private PasteAction pasteAction;
  public static final String LEAD_SELECTION_PROPERTY = "leadSelection";

  public StructureTreePanel(final AbstractReportTree.RenderType renderType)
  {
    cutAction = new CutAction();
    copyAction = new CopyAction();
    pasteAction = new PasteAction();

    if (renderType == AbstractReportTree.RenderType.REPORT)
    {
View Full Code Here


  private PasteAction pasteAction;
  public static final String LEAD_SELECTION_PROPERTY = "leadSelection";

  public StructureTreePanel(final ReportTree.RENDER_TYPE renderType)
  {
    cutAction = new CutAction();
    copyAction = new CopyAction();
    pasteAction = new PasteAction();

    tree = new ReportTree(renderType);
    tree.getSelectionModel().addTreeSelectionListener(new TreeLeadSelectionListener());
View Full Code Here

TOP

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

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.