|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 20:41:27
|
[ http://jira.springframework.org/browse/RCP-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo updated RCP-81:
----------------------------
Fix Version/s: 1.x
> Introduce View toolBar and menu concepts
> ----------------------------------------
>
> Key: RCP-81
> URL: http://jira.springframework.org/browse/RCP-81
> Project: Spring Framework Rich Client Project
> Issue Type: New Feature
> Reporter: Peter De Bruycker
> Assignee: Peter De Bruycker
> Priority: Minor
> Fix For: 1.x
>
>
> As in Eclipse, a View should have a toolBar and a pulldown menu to which it can contribute.
> Work to be done:
> - add 2 methods to the ViewContext interface:
> public CommandGroup getToolBar();
> public CommandGroup getViewMenu();
> - The DefaultViewContext implementation, should create the commandgroups with id = view.getId()+".toolBar" and id = view.getId()+".viewMenu" resp.
> - Adapt the PageComponentPane class, so its createToolBar method is implemented by returning a JToolBar.
> The programmer can contribute to the toolBar and the viewMenu in the createControl method, or we can add a template method for convenience.
--
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
|