Class ComplexUndoableEdit

  • All Implemented Interfaces:
    com.im.df.api.support.DFUndoableEdit

    public class ComplexUndoableEdit
    extends AbstractUndoableEdit
    Author:
    Petr Hamernik
    • Constructor Detail

      • ComplexUndoableEdit

        public ComplexUndoableEdit​(String presentationName,
                                   com.im.commons.progress.DFLockable lockable)
    • Method Detail

      • getRowCount

        public int getRowCount()
      • undoImpl

        public void undoImpl​(com.im.commons.progress.DFEnvironmentRW env)
                      throws com.im.df.api.support.DFUndoRedoException
        Specified by:
        undoImpl in class AbstractUndoableEdit
        Throws:
        com.im.df.api.support.DFUndoRedoException
      • redoImpl

        public void redoImpl​(com.im.commons.progress.DFEnvironmentRW env)
                      throws com.im.df.api.support.DFUndoRedoException
        Specified by:
        redoImpl in class AbstractUndoableEdit
        Throws:
        com.im.df.api.support.DFUndoRedoException
      • close

        public void close()