org.eclipse.cdt.refactoring.actions
Class CUndoEditorActionDelegate

java.lang.Object
  extended by org.eclipse.cdt.refactoring.actions.CUndoEditorActionDelegate
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IEditorActionDelegate

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 CUndoEditorActionDelegate
extends java.lang.Object
implements org.eclipse.ui.IEditorActionDelegate

Undoes a refactoring.


Constructor Summary
CUndoEditorActionDelegate()
          Deprecated.  
 
Method Summary
 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 setActiveEditor(org.eclipse.jface.action.IAction action, org.eclipse.ui.IEditorPart targetEditor)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CUndoEditorActionDelegate

public CUndoEditorActionDelegate()
Deprecated. 
Method Detail

setActiveEditor

public void setActiveEditor(org.eclipse.jface.action.IAction action,
                            org.eclipse.ui.IEditorPart targetEditor)
Deprecated. 
Specified by:
setActiveEditor in interface org.eclipse.ui.IEditorActionDelegate

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