in my RCP 3.x-based Client-/Server-Application, I save the workbench state (e.g. open view and editors, window position and size, ...) in a XML file and reload it when the user want. For this I use IWorkbench.saveState and IWorkbench.restoreState.
But after migrating to RCP 4 platform, methods are no longer available. How can I save in an XML file and restore It when the user want?
Thanks in advance.