| gui.actions.RenameImplementationAction
RenameImplementationAction | public class RenameImplementationAction extends Action implements IActionDelegate(Code) | | This action will be called from the Context Menu in the Editor.
It starts the refactor implementation process, which changes
the implementation property for a model element. After
that the source code will be adapted to the changes
in the model
author: sh |
Method Summary | |
public void | run(IAction action) | public void | selectionChanged(IAction action, ISelection selection) |
run | public void run(IAction action)(Code) | | |
selectionChanged | public void selectionChanged(IAction action, ISelection selection)(Code) | | |
|
|