| [news.eclipse.platform.rcp] Re: Persisting UI Preferences |
I have a simple RCP application where the users can choose perspectives, show/hide views, reorder and resize table columns etc.
I'd like to show the same layout as when the application was closed as well as offer a reset to standards functionality.
I've sofar not been able to find an example for this (RCP examples?)- I believe there might be some standard capabilities- or is it all custom coding?
Hi, See this tip: http://www.vogella.de/articles/RichClientPlatform/article.html#tips_and_tricks_s1s2b
-- Patrick