Class ElementEditUndoEntry

  • All Implemented Interfaces:
    Serializable, UndoEntry

    public class ElementEditUndoEntry
    extends Object
    implements UndoEntry
    Handles insert, remove and replacement of elements. Insert: old is null, remove: new is null.
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • ElementEditUndoEntry

        public ElementEditUndoEntry​(org.pentaho.reporting.engine.classic.core.util.InstanceID target,
                                    int position,
                                    org.pentaho.reporting.engine.classic.core.Element oldElement,
                                    org.pentaho.reporting.engine.classic.core.Element newElement)