public void initialize(IWindowConfigurer configurer)
{
configurer.setSaveAndRestore(true);
}
Thursday, March 5, 2009
Quick Tip: Save and Restore the perspective layout
To restore the perspctive to the last modified state, eclipse stores the workbench state to a file called workbench.xml. To enable the save and restore layout, the IWorkbenchConfigurer must be set in the ApplicationWorkbenchAdvisor.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment