com.pvx.ooadide.refactor
Class RenumberAction

java.lang.Object
  extended by com.pvx.ooadide.refactor.RenamePropertyAction
      extended by com.pvx.ooadide.refactor.RenumberAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IEditorActionDelegate

public class RenumberAction
extends RenamePropertyAction


Constructor Summary
RenumberAction()
           
 
Method Summary
 void run(org.eclipse.jface.action.IAction action)
           
 
Methods inherited from class com.pvx.ooadide.refactor.RenamePropertyAction
getPropertyAction, getSelection, selectionChanged, setActiveEditor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenumberAction

public RenumberAction()
Method Detail

run

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