[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
|
- From: "..::WojT::.." <wjancz(at)@gmail(dot).com>
- Date: Mon, 21 Jul 2008 09:07:39 +0200
- Newsgroups: eclipse.platform.rcp
- Organization: EclipseCorner
> 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::..