|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 20:35:25
|
[ http://jira.springframework.org/browse/RCP-161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo updated RCP-161:
-----------------------------
Fix Version/s: 1.x
> Multiple page support
> ---------------------
>
> Key: RCP-161
> URL: http://jira.springframework.org/browse/RCP-161
> Project: Spring Framework Rich Client Project
> Issue Type: New Feature
> Components: Application Framework
> Reporter: Peter De Bruycker
> Assignee: Peter De Bruycker
> Priority: Minor
> Fix For: 1.x
>
> Attachments: multi1.png, multi2.png, MultiPageApplicationWindow.java, PageSelector.java
>
>
> Support for multiple pages in an application (similar to perspectives in Eclipse).
> Configuration is as follows:
> in ctx file:
> <bean id="applicationWindowPrototype" class="org.springframework.richclient.application.test.MultiPageApplicationWindow" singleton="false">
> <property name="pageIds">
> <list>
> <value>pageId or viewId</value>
> <value>pageId or viewId</value>
> ...
> </list>
> </property>
> </bean>
> in images.properties:
> showPageMenu.icon=file/new_persp.gif
> in messages.properties:
> showPageMenu.label=Open page
> showPageMenu.caption=Open a page
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|