Class IzRedoActionHandler

All Implemented Interfaces:
IAdaptable, IAction, ActionFactory.IWorkbenchAction

public class IzRedoActionHandler extends IzOperationHistoryActionHandler
RedoActionHandler provides common behavior for redoing an operation, as well as labeling and enabling the menu item.
Author:
Christopher Mindus
  • Constructor Details

    • IzRedoActionHandler

      public IzRedoActionHandler(Shell shell, IUndoContext context)
      Construct an action handler that handles the labeling and enabling of the redo action for the specified undo context.
      Parameters:
      shell - The shell.
      context - The undo context.