Class UndoDeleteComponents

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.inductiveautomation.perspective.designer.workspace.undo.UndoActionFactory<ComponentAddedOrDeletedInfo> FACTORY  
      static java.lang.String KEY  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean execute()
      This function executes (redoes) the action
      java.lang.String getDescription()
      The description of the action will be used to determine grouping equality as well as for display purposes.
      boolean isGroupSequenceIndependent()
      This function should return true if a group of these actions can be undone by ONLY calling undo() on the first action in the group, and redone by ONLY calling execute() on the last action in the group.
      boolean undo()
      This function will reverse the action
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait