org.eclipse.cdt.refactoring.actions
Class CRedoEditorActionDelegate
java.lang.Object
org.eclipse.cdt.refactoring.actions.CRedoEditorActionDelegate
- 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 CRedoEditorActionDelegate
- extends java.lang.Object
- implements org.eclipse.ui.IEditorActionDelegate
Redo an undone refactoring.
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 |
CRedoEditorActionDelegate
public CRedoEditorActionDelegate()
- Deprecated.
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