Eclipse JDT
Release 3.0

org.eclipse.ltk.ui.refactoring
Class UndoRefactoringAction

java.lang.Object
  extended byorg.eclipse.ltk.internal.ui.refactoring.UndoManagerAction
      extended byorg.eclipse.ltk.ui.refactoring.UndoRefactoringAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate

public class UndoRefactoringAction
extends org.eclipse.ltk.internal.ui.refactoring.UndoManagerAction
implements org.eclipse.ui.IWorkbenchWindowActionDelegate

The refactoring undo action. When executed the action performs the top most change from the refactoring undo manager's undo stack.

The action is typically added to a global refactoring menu via the org.eclipse.ui.actionSets extension point.

Note: this class isn't intended to be subclassed. Clients are only allowed to instantiate the class or to reference it from an action set.

Since:
3.0

Nested Class Summary
 
Nested classes inherited from class org.eclipse.ltk.internal.ui.refactoring.UndoManagerAction
org.eclipse.ltk.internal.ui.refactoring.UndoManagerAction.Query
 
Constructor Summary
UndoRefactoringAction()
          Creates a new undo refactoring action.
 
Method Summary
protected  org.eclipse.jface.operation.IRunnableWithProgress createOperation(org.eclipse.swt.widgets.Shell parent)
           
protected  UndoManagerAdapter createUndoManagerListener()
           
protected  String getName()
           
 void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection s)
           
 
Methods inherited from class org.eclipse.ltk.internal.ui.refactoring.UndoManagerAction
dispose, getAction, getWorkbenchWindow, hookListener, init, isHooked, run, shortenText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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

UndoRefactoringAction

public UndoRefactoringAction()
Creates a new undo refactoring action.

Method Detail

getName

protected String getName()

createOperation

protected org.eclipse.jface.operation.IRunnableWithProgress createOperation(org.eclipse.swt.widgets.Shell parent)

createUndoManagerListener

protected UndoManagerAdapter createUndoManagerListener()

selectionChanged

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

Eclipse JDT
Release 3.0

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.