gui.actions |
|
Java Source File Name | Type | Comment |
ActionUtil.java | Class | A helper class to initialize the Rename Dialog. |
RefactorEnvEntryAction.java | Class | This action will be called from the Environment Entry
property sheet page. |
RenameImplementationAction.java | Class | 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. |
RenameTypeAction.java | Class | This action will be called from the Refactor menu.
It startes the refactor type process, which refactors
a variable declaration type. |
ToggleNatureAction.java | Class | |