[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] How to ignore saved layout info for a single perspective?


Hi,

I currently allow the workbench to save the layout state info for perspectives via setSaveAndRestore(true).

I have several perspectives in my RCP app, but I would like one of these perspectives to never save its layout state - but instead have it use the default layout state provided in the perspective's createInitialLayout() method..

Is there an easy way to do this? So far, I've not been able to find any good information on how one might make this happen.

Any help would be greatly appreciated.


thanks,

  -dave