Package org.pentaho.reporting.designer.core.util.undo

Examples of org.pentaho.reporting.designer.core.util.undo.EditGroupUndoEntry.redo()


    final EditGroupUndoEntry groupUndoEntry = performEditGroup(getReportDesignerContext(), selectedElement, false);
    if (groupUndoEntry != null)
    {
      final ReportDocumentContext activeContext = getActiveContext();
      groupUndoEntry.redo(activeContext);
    }
  }

  public static EditGroupUndoEntry performEditGroup(final ReportDesignerContext context,
                                                    final Object selectedElement,
View Full Code Here


    final EditGroupUndoEntry groupUndoEntry = performEditGroup(getReportDesignerContext(), selectedElement);
    if (groupUndoEntry != null)
    {
      final ReportRenderContext activeContext = getActiveContext();
      groupUndoEntry.redo(activeContext);
    }
  }

  public static EditGroupUndoEntry performEditGroup(final ReportDesignerContext context,
                                                    final Object selectedElement)
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.