|
Focus on view in eclipse.. -
05-15-2008, 01:57 AM
Hi All,
I have made one view in eclipse, I want to refresh my view's contents when it actually gets focus, which method should i override, so that content in it gets refreshed.
I tried to override setFocus() method by simply putting System.out.println() statement, but i found that it prints 3 times, so if i override setFocus() method than my logic of refreshing the view's content will get execute thrice resulting into overhead. so suggest me some other solution to my problem.
Plzz reply..
Thanks in advance
Regards,
Jay.
|