I managed to use another method instead of usng execute(ExecutionEvent event) method. Now I want to call the method startConvertConstantsToEnumRefactoring (final IField[] fields, final Shell shell) of ConvertConstantsToEnumWizard class and it is impossible to get the shell due to the same reason mentioned above. Is there another way to get the shell without using ExecutionEvent.
--
Surath Tharindu Herath
Department of Computer Science and Engineering <Undergraduate>
University Of Moratuwa
Sri Lanka
+94712375178
Did you resolve this issue?
Raffi
I'll try to look into this issue but it may be a while.
Raffi
On Dec 7, 2010, at 11:54 AM, Surath Tharindu Herath <suratht...@gmail.com> wrote:
> I tried several ways sir. Now also it is needed to create an enum via the popup menu. This is because I was unable to modify the system such that it creates the particular shell without execution event with relates with my previous issue.
> I have few exams these days sir. Though I spent some time with this project it is not just as before.
> That is the reason for the delay.