This interface provides useful methods to save and load the tool window manager's workspace.
When you request to save the workspace, all settings of ToolWindows with relative descriptors are saved.
To obtain an instance of PersistenceDelegate you have to invoke the method
getPersistenceDelegate
of
ToolWindowManager
interface. So you can obtain a persistence delegate specific to a
particular tool window manager.
Go to Using page to get more informations about how to use the PersistenceDelegate.
Go to MyDoggy-Plaf to get more informations about default implementation.