Class RedoActionHandler

All Implemented Interfaces:
IAdaptable, IAction, ActionFactory.IWorkbenchAction

public final class RedoActionHandler extends OperationHistoryActionHandler

RedoActionHandler provides common behavior for redoing an operation, as well as labelling and enabling the menu item. This class may be instantiated by clients.

Since:
3.1
  • Constructor Details

    • RedoActionHandler

      public RedoActionHandler(IWorkbenchPartSite site, IUndoContext context)
      Construct an action handler that handles the labelling and enabling of the redo action for the specified undo context.
      Parameters:
      site - the workbench part site that created the action.
      context - the undo context to be used for redoing.