[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] hide all view

If I write in ApplicationWorkbenchAdvisor method :

public void initialize(IWorkbenchConfigurer configurer) {
   configurer.setSaveAndRestore(true);
}

for saving window location and size so all views to be hide!

Why?

Thanks.

M.