[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] hide all view
|
- From: Martin Jedlička <jedlicka@xxxxxxx>
- Date: Thu, 17 Apr 2008 17:56:46 +0200
- Newsgroups: eclipse.platform.rcp
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.12 (Windows/20080213)
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.