[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Listen to perspective change and veto

> Thanks for your replay. I have already a listener registered to workbench
> window with IWorkbenchWindow.addPerspectiveListener(new 
> PerspectiveAdapter() ...
> and have some implementation in the method perspectiveDeactivated(). But I 
> want to suppress the perspective change. Unfortunately I think this is not 
> possible.

What about a little workaround, when change to new perspective which cannot 
be done (veto), change back perspective?

..::WojT::..