java.lang.Object
com.inductiveautomation.factorypmi.designer.workspace.undo.AbstractUndoAction
com.inductiveautomation.factorypmi.designer.workspace.undo.UndoRotation
All Implemented Interfaces:
UndoManager.UndoAction

public class UndoRotation extends AbstractUndoAction
  • Constructor Details

  • Method Details

    • getDescriptionArgs

      protected Object[] getDescriptionArgs()
      Overrides:
      getDescriptionArgs in class AbstractUndoAction
    • undo

      public boolean undo()
      Description copied from interface: UndoManager.UndoAction
      This function will reverse the action
      Returns:
      false if the undo failed
    • execute

      public boolean execute()
      Description copied from interface: UndoManager.UndoAction
      This function executes (redoes) the action
      Returns:
      false if the execution failed