I want to know how to detecte the listener when I do click in the "Detached option" of the menu popup of a view eclipse rcp.
A:
Can you explain, what you want to do with it?
I would try the following: Use the plug-in spy (requires Eclipse Galileo), press alt+shift+F2, Now you find the class org.eclipse.ui.internal.DetachedWindow and its plugin org.eclipse.ui.workbench. Next, debug eclipse with itself. You should be able to backtrace to the listener.
javalympics
2010-07-20 11:08:32