Class IzUndoActionHandler

All Implemented Interfaces:
IAdaptable, IAction, ActionFactory.IWorkbenchAction

public class IzUndoActionHandler extends IzOperationHistoryActionHandler
UndoActionHandler provides common behavior for performing an undo, as well as labeling and enabling the undo menu item.
Author:
Christopher Mindus
  • Constructor Details

    • IzUndoActionHandler

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