[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Focus on ViewPart

thank Paul Webster wrote:
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 :)