| [news.eclipse.platform.rcp] Re: Focus on ViewPart |
IPartListener2 (which can be added to the active page) will call partActivated(*) when a part has focus. IPartService#getActivePart(*) will tell you which part currently is active.
PW
you that's what I'm looking for :)