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.