org.eclipse.cdt.refactoring.actions
Class CRedoWorkbenchActionDelegate

java.lang.Object
  extended by org.eclipse.ltk.internal.ui.refactoring.UndoManagerAction
      extended by org.eclipse.ltk.ui.refactoring.RedoRefactoringAction
          extended by org.eclipse.cdt.refactoring.actions.CRedoWorkbenchActionDelegate
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate

Deprecated. This action is now longer needed. Undo is now performed via the global undo/redo stack provided by org.eclipse.core.commands.

public class CRedoWorkbenchActionDelegate
extends org.eclipse.ltk.ui.refactoring.RedoRefactoringAction

Redo an undone refactoring.


Constructor Summary
CRedoWorkbenchActionDelegate()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.eclipse.ltk.ui.refactoring.RedoRefactoringAction
selectionChanged
 
Methods inherited from class org.eclipse.ltk.internal.ui.refactoring.UndoManagerAction
dispose, init, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.IWorkbenchWindowActionDelegate
dispose, init
 
Methods inherited from interface org.eclipse.ui.IActionDelegate
run
 

Constructor Detail

CRedoWorkbenchActionDelegate

public CRedoWorkbenchActionDelegate()
Deprecated.