Class UndoAction

All Implemented Interfaces:
Disposable, UpdateAction, IAction

public class UndoAction extends StackAction
An action to undo the last command.
  • Constructor Details

    • UndoAction

      public UndoAction(IEditorPart editor)
      Creates an UndoAction and associates it with the given editor.
      Parameters:
      editor - The editor this action is associated with.
    • UndoAction

      public UndoAction(IWorkbenchPart part)
      Creates an UndoAction and associates it with the given editor.
      Parameters:
      part - The workbench part this action is associated with.
  • Method Details