Class RedoAction

All Implemented Interfaces:
Disposable, UpdateAction, IAction

public class RedoAction extends StackAction
An action to redo the last command.
  • Constructor Details

    • RedoAction

      public RedoAction(IWorkbenchPart part)
      Creates a RedoAction and associates it with the given workbech part.
      Parameters:
      part - The workbench part this action is associated with.
    • RedoAction

      public RedoAction(IEditorPart editor)
      Creates a RedoAction and associates it with the given editor.
      Parameters:
      editor - The editor this action is associated with.
  • Method Details