org.eclipse.cdt.refactoring.actions
Class CUndoWorkbenchActionDelegate

java.lang.Object
  extended by org.eclipse.ltk.internal.ui.refactoring.UndoManagerAction
      extended by org.eclipse.ltk.ui.refactoring.UndoRefactoringAction
          extended by org.eclipse.cdt.refactoring.actions.CUndoWorkbenchActionDelegate
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 CUndoWorkbenchActionDelegate
extends org.eclipse.ltk.ui.refactoring.UndoRefactoringAction

Undoes a refactoring.


Constructor Summary
CUndoWorkbenchActionDelegate()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.eclipse.ltk.ui.refactoring.UndoRefactoringAction
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

CUndoWorkbenchActionDelegate

public CUndoWorkbenchActionDelegate()
Deprecated.