| gui.actions.RefactorEnvEntryAction
RefactorEnvEntryAction | public class RefactorEnvEntryAction extends Action (Code) | | This action will be called from the Environment Entry
property sheet page. It startes the refactor type
process, which refactors a variable declaration type.
It openes a refactoring wizard and adapts the changes
to the source and the model. This currently only workes
when the file in the workspace is selected.
author: sh |
Method Summary | |
public void | run() |
RefactorEnvEntryAction | public RefactorEnvEntryAction(EditPart selectedEditPart, EnvEntry envEntry, Set<IEnvEntryViewer> changeListeners)(Code) | | Constructor
Parameters: selectedEditPart - the selected EditPart Parameters: envEntry - the selected environment entry |
|
|