org.eclipse.cdt.refactoring.actions
Class CUndoViewActionDelegate

java.lang.Object
  extended by org.eclipse.cdt.refactoring.actions.CUndoViewActionDelegate
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate, org.eclipse.ui.IViewActionDelegate

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 CUndoViewActionDelegate
extends java.lang.Object
implements org.eclipse.ui.IViewActionDelegate, org.eclipse.ui.IObjectActionDelegate

Undoes a refactoring.


Constructor Summary
CUndoViewActionDelegate()
          Deprecated.  
 
Method Summary
 void init(org.eclipse.ui.IViewPart view)
          Deprecated.  
 void run(org.eclipse.jface.action.IAction action)
          Deprecated.  
 void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection)
          Deprecated.  
 void setActivePart(org.eclipse.jface.action.IAction action, org.eclipse.ui.IWorkbenchPart targetPart)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CUndoViewActionDelegate

public CUndoViewActionDelegate()
Deprecated. 
Method Detail

init

public void init(org.eclipse.ui.IViewPart view)
Deprecated. 
Specified by:
init in interface org.eclipse.ui.IViewActionDelegate

setActivePart

public void setActivePart(org.eclipse.jface.action.IAction action,
                          org.eclipse.ui.IWorkbenchPart targetPart)
Deprecated. 
Specified by:
setActivePart in interface org.eclipse.ui.IObjectActionDelegate

run

public void run(org.eclipse.jface.action.IAction action)
Deprecated. 
Specified by:
run in interface org.eclipse.ui.IActionDelegate

selectionChanged

public void selectionChanged(org.eclipse.jface.action.IAction action,
                             org.eclipse.jface.viewers.ISelection selection)
Deprecated. 
Specified by:
selectionChanged in interface org.eclipse.ui.IActionDelegate